about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-monitor
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-01 14:27:23 -0800
committerJon <jonringer@users.noreply.github.com>2019-12-01 19:47:46 -0800
commitd557b39f13fa4b7dca5a6fb898473bbf6985b5d1 (patch)
tree5f6de73684a6daddd8be96f5b0d42fd7fd88def6 /pkgs/development/python-modules/azure-mgmt-monitor
parent60361dc8a0f692a84b80d39727d495cc5a97bf2f (diff)
python3Packages.azure-mgmt-monitor: fix python3 namespace
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-monitor')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-monitor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-monitor/default.nix b/pkgs/development/python-modules/azure-mgmt-monitor/default.nix
index 23e6bcf8cb4f0..252760950e5be 100644
--- a/pkgs/development/python-modules/azure-mgmt-monitor/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-monitor/default.nix
@@ -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