dogpile.cache: add missing dep
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, pytest, pytestcov, mock, Mako, decorator
|
, pytest, pytestcov, mock, Mako, decorator, stevedore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytest pytestcov mock Mako ];
|
checkInputs = [ pytest pytestcov mock Mako ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ decorator ];
|
propagatedBuildInputs = [ decorator stevedore ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A caching front-end based on the Dogpile lock";
|
description = "A caching front-end based on the Dogpile lock";
|
||||||
|
|||||||
Reference in New Issue
Block a user