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