mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
python3Packages.cachecontrol: enable filecache
This commit is contained in:
parent
c1ff998022
commit
3c7466715a
@ -21,10 +21,11 @@ buildPythonPackage rec {
|
||||
owner = "ionrock";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs=";
|
||||
hash = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
lockfile
|
||||
msgpack
|
||||
requests
|
||||
];
|
||||
@ -32,7 +33,6 @@ buildPythonPackage rec {
|
||||
checkInputs = [
|
||||
cherrypy
|
||||
mock
|
||||
lockfile
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user