python3Packages.aiosteamist: relax xmltodict constraint

main
Martin Weinelt 2 years ago committed by Jonathan Ringer
parent e5b1832b36
commit a543fd1bb1
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 3
      pkgs/development/python-modules/aiosteamist/default.nix

@ -32,7 +32,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov=aiosteamist" ""
--replace "--cov=aiosteamist" "" \
--replace 'xmltodict = "^0.12.0"' 'xmltodict = "*"'
'';
pythonImportsCheck = [

Loading…
Cancel
Save