summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/django-cacheops/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/django-cacheops/default.nix b/pkgs/development/python-modules/django-cacheops/default.nix
index 2e1a791ac4da..8122af7e28b9 100644
--- a/pkgs/development/python-modules/django-cacheops/default.nix
+++ b/pkgs/development/python-modules/django-cacheops/default.nix
@@ -7,6 +7,7 @@
, pytest-django
, pytestCheckHook
, pythonOlder
+, six
}:
buildPythonPackage rec {
@@ -25,6 +26,7 @@ buildPythonPackage rec {
django
funcy
redis
+ six
];
nativeCheckInputs = [