diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2023-02-27 14:09:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-27 14:09:09 +0100 |
| commit | 94de0a3a2490b047c9c42e8ae0795684919bf032 (patch) | |
| tree | 494fe82718438c92c85f6daf6f24dea79613714e /pkgs/development/python-modules | |
| parent | 640eaa8c3d99e0a1313e9035a331e80b3490a7ca (diff) | |
| parent | c246d9af83c959eb642998794d5791bd0a8e4522 (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.nix | 2 |
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 = [ |
