Merge pull request #218607 from fabaff/django-cacheops-fix
python311Packages.django-cacheops: re-add six
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user