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