python3Packages.pcapy-ng: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:44:59 +01:00
parent 0bb887f4a7
commit 306b378ad0
@@ -6,7 +6,6 @@
libpcap,
pkgconfig,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -36,7 +35,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pcapy" ];
doCheck = pythonOlder "3.10";
doCheck = false;
enabledTestPaths = [ "pcapytests.py" ];