python3Packages.mezzanine: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 10:23:23 +01:00
parent 811920735d
commit 93e1b4b570
@@ -14,7 +14,6 @@
pytestCheckHook,
pytest-cov-stub,
pytest-django,
pythonOlder,
pytz,
requests,
requests-oauthlib,
@@ -28,7 +27,7 @@ buildPythonPackage rec {
version = "6.1.1";
format = "setuptools";
disabled = pythonOlder "3.7" || isPyPy;
disabled = isPyPy;
src = fetchFromGitHub {
owner = "stephenmcd";