pythonPackages.azure*: use pythonNamespaces
This commit is contained in:
@@ -30,10 +30,7 @@ buildPythonPackage rec {
|
||||
--replace "azure-namespace-package = azure-mgmt-nspkg" ""
|
||||
'';
|
||||
|
||||
postInstall = lib.optionalString isPy3k ''
|
||||
rm $out/${python.sitePackages}/azure/__init__.py
|
||||
rm $out/${python.sitePackages}/azure/mgmt/__init__.py
|
||||
'';
|
||||
pythonNamespaces = [ "azure.mgmt" ];
|
||||
|
||||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user