pythonPackages.azure*: use pythonNamespaces

This commit is contained in:
Jonathan Ringer
2020-03-18 12:20:51 -07:00
committed by Jon
parent 9c8565f731
commit cf0f90b85e
25 changed files with 35 additions and 100 deletions
@@ -21,6 +21,8 @@ buildPythonPackage rec {
msrest
];
pythonNamespaces = [ "azure.keyvault" ];
# requires checkout from mono-repo
doCheck = false;