python3Packages.snscrape: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:53 +01:00
parent 6b65f6c2c6
commit 30d6e9d411
@@ -6,8 +6,6 @@
fetchpatch,
filelock,
lxml,
pythonOlder,
pytz,
requests,
setuptools-scm,
}:
@@ -41,8 +39,7 @@ buildPythonPackage rec {
lxml
requests
]
++ requests.optional-dependencies.socks
++ lib.optionals (pythonOlder "3.9") [ pytz ];
++ requests.optional-dependencies.socks;
# There are no tests; make sure the executable works.
checkPhase = ''