mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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 ''
|
||||
rm $out/${python.sitePackages}/azure/__init__.py
|
||||
rm $out/${python.sitePackages}/azure/mgmt/__init__.py
|
||||
rm -rf $out/${python.sitePackages}/azure/__init__.py
|
||||
rm -rf $out/${python.sitePackages}/azure/mgmt/__init__.py
|
||||
'';
|
||||
|
||||
# has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user