python3Packages.aiosmtpd: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:36:06 +01:00
parent 7ed455f17d
commit 859ff1335e
@@ -8,7 +8,6 @@
pytestCheckHook,
pythonOlder,
setuptools,
typing-extensions,
# for passthru.tests
django,
@@ -32,8 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
atpublic
attrs
]
++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
];
nativeCheckInputs = [
pytest-mock