python.pkgs.cachetools_1: remove
It is not used anywhere and was pointing to version 2.1.0 anyway.
This commit is contained in:
parent
2dc2a8e54e
commit
862e16117c
|
@ -1,17 +0,0 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi, isPyPy }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cachetools";
|
||||
version = "2.1.0";
|
||||
disabled = isPyPy; # a test fails
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "90f1d559512fc073483fe573ef5ceb39bf6ad3d39edc98dc55178a2b2b176fa3";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/tkem/cachetools";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
|
@ -3305,8 +3305,7 @@ in {
|
|||
|
||||
rfc3986 = callPackage ../development/python-modules/rfc3986 { };
|
||||
|
||||
cachetools_1 = callPackage ../development/python-modules/cachetools/1.nix {};
|
||||
cachetools = callPackage ../development/python-modules/cachetools {};
|
||||
cachetools = callPackage ../development/python-modules/cachetools {};
|
||||
|
||||
cmd2_8 = callPackage ../development/python-modules/cmd2/old.nix {};
|
||||
cmd2_9 = callPackage ../development/python-modules/cmd2 {};
|
||||
|
|
Loading…
Reference in New Issue