about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-01-03 15:17:33 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-02-10 20:32:32 +0100
commit2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9 (patch)
treed2d5df99a21138dd659ab85686569aa486d6dd67
parent8d6d53b173692ab2160383d78ab5f8f8fb333496 (diff)
downloadnixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.tar
nixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.tar.gz
nixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.tar.bz2
nixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.tar.lz
nixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.tar.xz
nixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.tar.zst
nixlib-2214be1fe1b6da7860d2e7c7d6f2f90b0697e7b9.zip
pythonPackages.xmlschema: 1.0.17 -> 1.0.18
-rw-r--r--pkgs/development/python-modules/xmlschema/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/xmlschema/default.nix b/pkgs/development/python-modules/xmlschema/default.nix
index 788ccc0ed81b..ade478bf82c5 100644
--- a/pkgs/development/python-modules/xmlschema/default.nix
+++ b/pkgs/development/python-modules/xmlschema/default.nix
@@ -18,6 +18,11 @@ buildPythonPackage rec {
 
   checkInputs = [ pytest ];
 
+  postPatch = ''
+    substituteInPlace setup.py \
+      --replace "elementpath~=1.3.0" "elementpath~=1.3"
+  '';
+
   # Ignore broken fixtures, and tests for files which don't exist.
   # For darwin, we need to explicity say we can't reach network
   checkPhase = ''