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 ];
|
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.
|
# Ignore broken fixtures, and tests for files which don't exist.
|
||||||
# For darwin, we need to explicity say we can't reach network
|
# For darwin, we need to explicity say we can't reach network
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user