python3Packages.sopel: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 12:36:37 +01:00
parent 97a0f1fa04
commit 020c79594b
@@ -10,7 +10,6 @@
praw,
pyenchant,
pytestCheckHook,
pythonOlder,
pytz,
sqlalchemy,
xmltodict,
@@ -23,7 +22,7 @@ buildPythonPackage rec {
version = "8.0.4";
pyproject = true;
disabled = isPyPy || pythonOlder "3.7";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;