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
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, dogpile_core, pytest, pytestcov, mock, Mako
|
, pytest, pytestcov, mock, Mako
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,7 +18,6 @@ buildPythonPackage rec {
|
|||||||
rm tests/test_lock.py
|
rm tests/test_lock.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ dogpile_core ];
|
|
||||||
buildInputs = [ pytest pytestcov mock Mako ];
|
buildInputs = [ pytest pytestcov mock Mako ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user