mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
python-dogpile-cache: do not depend on dogpile_core
This commit is contained in:
parent
e89e96a755
commit
03a6297b6c
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, dogpile_core, pytest, pytestcov, mock, Mako
|
||||
, pytest, pytestcov, mock, Mako
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -18,7 +18,6 @@ buildPythonPackage rec {
|
|||
rm tests/test_lock.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ dogpile_core ];
|
||||
buildInputs = [ pytest pytestcov mock Mako ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue