python3Packages.dns-lexicon: remove superfluous pythonOlder
This commit is contained in:
@@ -6,14 +6,12 @@
|
||||
cryptography,
|
||||
dnspython,
|
||||
fetchFromGitHub,
|
||||
importlib-metadata,
|
||||
localzone,
|
||||
oci,
|
||||
poetry-core,
|
||||
pyotp,
|
||||
pytest-vcr,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
requests,
|
||||
softlayer,
|
||||
@@ -50,8 +48,7 @@ buildPythonPackage rec {
|
||||
pyyaml
|
||||
requests
|
||||
tldextract
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
route53 = [ boto3 ];
|
||||
|
||||
Reference in New Issue
Block a user