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