9 buildPythonPackage rec {
10 pname = "azure-keyvault-nspkg";
14 inherit pname version;
16 sha256 = "0hdnd6124hx7s16z1pssmq5m5mqqqz8s38ixl9aayv4wmf5bhs5c";
19 propagatedBuildInputs = [
23 # Just a namespace package, no tests exist:
24 # https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/keyvault/tests.yml
28 description = "Microsoft Azure Key Vault Namespace Package [Internal]";
29 homepage = "https://github.com/Azure/azure-sdk-for-python";
30 license = licenses.mit;
31 maintainers = with maintainers; [