Skip to content

Commit

Permalink
dogpile.cache: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Aug 30, 2020
1 parent 5cfd827 commit 11e66b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dogpile.cache/default.nix
@@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi
, pytest, pytestcov, mock, Mako, decorator
, pytest, pytestcov, mock, Mako, decorator, stevedore
}:

buildPythonPackage rec {
Expand All @@ -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";
Expand Down

0 comments on commit 11e66b9

Please sign in to comment.