python3Packages.cachetools: remove cachetools_2
This commit is contained in:
parent
a3cdaa5ec6
commit
bcc3ab1d37
|
@ -1119,16 +1119,7 @@ in {
|
||||||
|
|
||||||
cachelib = callPackage ../development/python-modules/cachelib { };
|
cachelib = callPackage ../development/python-modules/cachelib { };
|
||||||
|
|
||||||
cachetools = let
|
cachetools = callPackage ../development/python-modules/cachetools { };
|
||||||
cachetools' = callPackage ../development/python-modules/cachetools { };
|
|
||||||
cachetools_2 = cachetools'.overridePythonAttrs (oldAttrs: rec {
|
|
||||||
version = "3.1.1";
|
|
||||||
src = oldAttrs.src.override {
|
|
||||||
inherit version;
|
|
||||||
sha256 = "16m69l6n6y1r1y7cklm92rr7v69ldig2n3lbl3j323w5jz7d78lf";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
in if isPy3k then cachetools' else cachetools_2;
|
|
||||||
|
|
||||||
cachy = callPackage ../development/python-modules/cachy { };
|
cachy = callPackage ../development/python-modules/cachy { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue