summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorAmineChikhaoui <amine.chikhaoui91@gmail.com>2019-04-11 09:56:24 -0400
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-11 16:41:48 +0200
commit02bb5e35eae8a9e124411270a6790a08f68e905b (patch)
tree71660bc304be072adf11889918a39a22f2d78be6 /pkgs/development/python-modules
parent6b2bd330fa39376fe5143d8095b9a1b925255110 (diff)
downloadnixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.tar
nixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.tar.gz
nixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.tar.bz2
nixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.tar.lz
nixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.tar.xz
nixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.tar.zst
nixpkgs-02bb5e35eae8a9e124411270a6790a08f68e905b.zip
pythonPackages.azure-mgmt-storage: remove patch.
as suggested in the comment.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-storage/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-storage/default.nix b/pkgs/development/python-modules/azure-mgmt-storage/default.nix
index 4dd4c692490..12d10d8ac47 100644
--- a/pkgs/development/python-modules/azure-mgmt-storage/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-storage/default.nix
@@ -15,12 +15,6 @@ buildPythonPackage rec {
     sha256 = "22a779cae5e09712b7d62ef9bc3d8907a5666893a8a113b6d9348e933170236f";
   };
 
-  preConfigure = ''
-    # Patch to make this package work on requests >= 2.11.x
-    # CAN BE REMOVED ON NEXT PACKAGE UPDATE
-    sed -i 's|len(request_content)|str(len(request_content))|' azure/mgmt/storage/storagemanagement.py
-  '';
-
   postInstall = ''
     echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/__init__.py
     echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/mgmt/__init__.py