python3Packages.objgraph: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 10:37:24 +01:00
parent 93e1b4b570
commit 68db532b44
@@ -6,7 +6,6 @@
graphvizPkgs,
isPyPy,
python,
pythonOlder,
replaceVars,
setuptools,
}:
@@ -16,7 +15,7 @@ buildPythonPackage rec {
version = "3.6.2";
pyproject = true;
disabled = pythonOlder "3.7" || isPyPy;
disabled = isPyPy;
src = fetchPypi {
inherit pname version;