python-packages.nix: remove trace message
The attribute builtins.trace "beatifulsoap is a typo" beautifulsoup; looked like it was checked in by accident.
This commit is contained in:
parent
86cdcbc56d
commit
f16a0e8c12
1 changed files with 0 additions and 2 deletions
|
@ -213,8 +213,6 @@ let pythonPackages = python.modules // rec {
|
|||
description = "Undemanding HTML/XML parser";
|
||||
};
|
||||
});
|
||||
beautifulsoap = builtins.trace "beatifulsoap is a typo" beautifulsoup;
|
||||
|
||||
|
||||
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.
|
||||
boto_1_9 = buildPythonPackage (rec {
|
||||
|
|
Loading…
Reference in a new issue