python3Packages.azure-mgmt-applicationinsights: fix build
This commit is contained in:
parent
70580587de
commit
17377f441c
@ -28,8 +28,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postInstall = lib.optionalString isPy3k ''
|
postInstall = lib.optionalString isPy3k ''
|
||||||
rm $out/${python.sitePackages}/azure/__init__.py
|
rm -f $out/${python.sitePackages}/azure/{,mgmt/}__init__.py
|
||||||
rm $out/${python.sitePackages}/azure/mgmt/__init__.py
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# has no tests
|
# has no tests
|
||||||
@ -39,6 +38,6 @@ buildPythonPackage rec {
|
|||||||
description = "This is the Microsoft Azure Application Insights Management Client Library";
|
description = "This is the Microsoft Azure Application Insights Management Client Library";
|
||||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mwilsoninsight ];
|
maintainers = with maintainers; [ jonringer mwilsoninsight ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user