summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-02-27 14:09:09 +0100
committerGitHub <noreply@github.com>2023-02-27 14:09:09 +0100
commit94de0a3a2490b047c9c42e8ae0795684919bf032 (patch)
tree494fe82718438c92c85f6daf6f24dea79613714e /pkgs/development/python-modules
parent640eaa8c3d99e0a1313e9035a331e80b3490a7ca (diff)
parentc246d9af83c959eb642998794d5791bd0a8e4522 (diff)
Merge pull request #218607 from fabaff/django-cacheops-fix
python311Packages.django-cacheops: re-add six
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 = [