python foursuite: move callPackage to python-packages.nix

This commit is contained in:
Frederik Rietdijk
2015-12-11 10:36:29 +01:00
parent 0b83f71486
commit 7a8671a905
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -9011,9 +9011,8 @@ let
self = pypyPackages;
});
foursuite = callPackage ../development/python-modules/4suite { };
bsddb3 = callPackage ../development/python-modules/bsddb3 { };
foursuite = pythonPackages.foursuite;
ecdsa = pythonPackages.ecdsa;
+2
View File
@@ -7628,6 +7628,8 @@ in modules // {
};
});
foursuite = callPackage ../development/python-modules/4suite {};
fs = buildPythonPackage rec {
name = "fs-0.5.0";