10 buildPythonPackage rec {
11 pname = "azure-mgmt-cosmosdb";
13 format = "setuptools";
15 disabled = pythonOlder "3.9";
18 inherit pname version;
19 hash = "sha256-02DisUN2/auBDhPgE9aUvEvYwoQUQC4NYGD/PQZOl/Y=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Module to work with the Microsoft Azure Cosmos DB Management";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cosmosdb_${version}/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ maxwilson ];