python3Packages.irctokens: remove superfluous pythonOlder
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user