From c246d9af83c959eb642998794d5791bd0a8e4522 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Feb 2023 13:38:05 +0100 Subject: [PATCH] python311Packages.django-cacheops: re-add six six was removed in the current master and not 6.2 --- pkgs/development/python-modules/django-cacheops/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = [