python3Packages.authcaptureproxy: relax importlib-metadata dependency

This commit is contained in:
Martin Weinelt 2021-06-09 01:14:26 +02:00
parent e8f8906d68
commit f503104ca5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -27,9 +27,10 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
# https://github.com/alandtse/auth_capture_proxy/issues/14 # https://github.com/alandtse/auth_capture_proxy/issues/14
substituteInPlace pyproject.toml --replace \ # https://github.com/alandtse/auth_capture_proxy/issues/15
"poetry.masonry.api" \ substituteInPlace pyproject.toml \
"poetry.core.masonry.api" --replace "poetry.masonry.api" "poetry.core.masonry.api" \
--replace 'importlib-metadata = "^3.4.0"' 'importlib-metadata = "*"'
''; '';
nativeBuildInputs = [ nativeBuildInputs = [