python310Packages.azure-mgmt-search: adjust inputs

This commit is contained in:
Fabian Affolter 2023-02-23 09:37:05 +01:00 committed by GitHub
parent 0d44a37f7e
commit 29c0e789ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,10 @@
, buildPythonPackage
, fetchPypi
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, pythonOlder
, typing-extensions
}:
buildPythonPackage rec {
@ -25,12 +24,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [
azure-common
azure-mgmt-core
azure-mgmt-nspkg
msrest
msrestazure
] ++ lib.optionals (pythonOlder "3.8") [
typing-extensions
];
# has no tests
# Module has no tests
doCheck = false;
pythonImportsCheck = [