python3Packages.skybellpy: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 03:10:21 +01:00
parent 3f267a07be
commit 9aabff24ab
@@ -7,7 +7,6 @@
pytest-timeout,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
requests,
requests-mock,
setuptools,
@@ -19,7 +18,7 @@ buildPythonPackage rec {
pyproject = true;
# Still uses distrutils, https://github.com/MisterWil/skybellpy/issues/22
disabled = pythonOlder "3.6" || pythonAtLeast "3.12";
disabled = pythonAtLeast "3.12";
src = fetchFromGitHub {
owner = "MisterWil";