mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pythonPackages.xmlschema: 1.0.17 -> 1.0.18
This commit is contained in:
parent
8d6d53b173
commit
2214be1fe1
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user