mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 17:04:42 +00:00
python3Packages.aiosteamist: relax xmltodict constraint
This commit is contained in:
parent
e5b1832b36
commit
a543fd1bb1
@ -32,7 +32,8 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "--cov=aiosteamist" ""
|
||||
--replace "--cov=aiosteamist" "" \
|
||||
--replace 'xmltodict = "^0.12.0"' 'xmltodict = "*"'
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user