python3Packages.line-profiler: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:12 +01:00
parent ccd4c19cad
commit ddd47b147c
@@ -7,7 +7,6 @@
ipython,
scikit-build,
cmake,
pythonOlder,
pytestCheckHook,
ubelt,
}:
@@ -17,7 +16,7 @@ buildPythonPackage rec {
version = "5.0.0";
format = "setuptools";
disabled = pythonOlder "3.8" || isPyPy;
disabled = isPyPy;
src = fetchPypi {
pname = "line_profiler";