Merge pull request #218607 from fabaff/django-cacheops-fix

python311Packages.django-cacheops: re-add six
This commit is contained in:
Fabian Affolter 2023-02-27 14:09:09 +01:00 committed by GitHub
commit 94de0a3a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
, pytest-django
, pytestCheckHook
, pythonOlder
, six
}:
buildPythonPackage rec {
@ -25,6 +26,7 @@ buildPythonPackage rec {
django
funcy
redis
six
];
nativeCheckInputs = [