mapproxy: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:33:17 +01:00
parent 6213c60987
commit 948752958e
-1
View File
@@ -9,7 +9,6 @@ python3Packages.buildPythonApplication rec {
pname = "mapproxy";
version = "5.1.1";
pyproject = true;
disabled = python3Packages.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mapproxy";