python3Packages.azure-mgmt-reservations: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:39:19 +01:00
parent 662ad76243
commit 3c443af385
@@ -6,8 +6,6 @@
msrest,
azure-common,
azure-mgmt-core,
typing-extensions,
pythonOlder,
}:
buildPythonPackage rec {
@@ -27,8 +25,7 @@ buildPythonPackage rec {
msrest
azure-common
azure-mgmt-core
]
++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
];
# has no tests
doCheck = false;