python310Packages.django-cacheops: disabled on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-02-26 20:02:40 +01:00
committed by GitHub
parent 8af02a1997
commit cbe45180d1
@@ -1,17 +1,20 @@
{ buildPythonPackage
{ lib
, buildPythonPackage
, fetchPypi
, lib
, django
, funcy
, redis
, six
, pytest-django
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "django-cacheops";
version = "6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
@@ -22,7 +25,6 @@ buildPythonPackage rec {
django
funcy
redis
six
];
nativeCheckInputs = [