python-dogpile-cache: do not depend on dogpile_core

This commit is contained in:
Orivej Desh 2017-06-21 18:44:04 +00:00
parent e89e96a755
commit 03a6297b6c

View File

@ -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; {