python310Packages.python-keycloak: Relax requests-toolbelt constraint

This commit is contained in:
Martin Weinelt
2023-03-05 16:41:32 +01:00
parent 8a085cd8e3
commit 69d2b12cdb
@@ -25,7 +25,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'version = "0.0.0"' 'version = "${version}"'
--replace 'version = "0.0.0"' 'version = "${version}"' \
--replace 'requests-toolbelt = "^0.9.1"' 'requests-toolbelt = "*"'
'';
buildInputs = [