python3Packages.aiosteamist: relax xmltodict constraint

This commit is contained in:
Martin Weinelt
2022-06-06 11:46:26 -07:00
committed by Jonathan Ringer
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 = [