python3Packages.irctokens: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:53:25 +01:00
parent 54c52cd27d
commit 097215d9fa
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
pyyaml,
unittestCheckHook,
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "2.0.2";
pyproject = true;
disabled = pythonOlder "3.6"; # f-strings
src = fetchFromGitHub {
owner = "jesopo";
repo = "irctokens";