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
@ -213,8 +213,6 @@ let pythonPackages = python.modules // rec {
|
|||||||
description = "Undemanding HTML/XML parser";
|
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.
|
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.
|
||||||
boto_1_9 = buildPythonPackage (rec {
|
boto_1_9 = buildPythonPackage (rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user