python311Packages.django-cacheops: re-add six

six was removed in the current master and not 6.2
This commit is contained in:
Fabian Affolter 2023-02-27 13:38:05 +01:00
parent 736c2dfa3e
commit c246d9af83

View File

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