python3Packages.azure-mgmt-monitor: fix python3 namespace
This commit is contained in:
parent
60361dc8a0
commit
d557b39f13
@ -28,8 +28,8 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postInstall = lib.optionalString isPy3k ''
|
postInstall = lib.optionalString isPy3k ''
|
||||||
rm $out/${python.sitePackages}/azure/__init__.py
|
rm -rf $out/${python.sitePackages}/azure/__init__.py
|
||||||
rm $out/${python.sitePackages}/azure/mgmt/__init__.py
|
rm -rf $out/${python.sitePackages}/azure/mgmt/__init__.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# has no tests
|
# has no tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user