python3Packages.azure-mgmt-redis: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:39:05 +01:00
parent cd4f20e68c
commit 662ad76243
@@ -5,8 +5,6 @@
buildPythonPackage,
fetchPypi,
isodate,
pythonOlder,
typing-extensions,
}:
buildPythonPackage rec {
@@ -24,8 +22,7 @@ buildPythonPackage rec {
isodate
azure-common
azure-mgmt-core
]
++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
];
# Module has no tests
doCheck = false;