python3Packages.dns-lexicon: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:40:33 +01:00
parent 25f55f121e
commit 5a648478f5
@@ -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 ];