python3Packages.azure-mgmt-batchai: fix python3 namespace
This commit is contained in:
parent
94a2bab032
commit
1b056e6d15
@ -24,6 +24,11 @@ buildPythonPackage rec {
|
|||||||
azure-mgmt-nspkg
|
azure-mgmt-nspkg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = lib.optionalString isPy3k ''
|
||||||
|
rm $out/${python.sitePackages}/azure/__init__.py
|
||||||
|
rm $out/${python.sitePackages}/azure/mgmt/__init__.py
|
||||||
|
'';
|
||||||
|
|
||||||
# has no tests
|
# has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user