python3Packages.bwapy: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:52:47 +01:00
parent f6afe94e92
commit 28be055765
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
pythonAtLeast,
pythonOlder,
fetchPypi,
bwa,
cffi,
@@ -15,7 +14,7 @@ buildPythonPackage rec {
format = "setuptools";
# uses the removed imp module
disabled = pythonOlder "3.6" || pythonAtLeast "3.12";
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;