diff options
author | Sorin Sbarnea <ssbarnea@redhat.com> | 2020-12-09 15:50:30 +0000 |
---|---|---|
committer | Sorin Sbarnea <ssbarnea@redhat.com> | 2021-01-08 16:33:47 +0000 |
commit | c82282aa7e69eb31e8c17df743039f7a90457e52 (patch) | |
tree | 9ef3409fedd8f83cc1f1dab64eba776cdaf9f1dc | |
parent | bb78d31ced8fe6ccf4e5922f743ad7666a6e01ef (diff) | |
download | zuul-c82282aa7e69eb31e8c17df743039f7a90457e52.tar.gz |
Remove importlib-resources pinning
Removes outdated workaround on importlib-resources.
This fixes issue with py39+, where stdlib already provides it.
Change-Id: I82264c293ff9072e970e81417658fc934cccea2d
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index da3932b84..16c35b497 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ pbr>=1.1.0 -# Temporary fix for https://gitlab.com/python-devs/importlib_resources/issues/83 -importlib-resources==1.0.2 # Early virtualenv 20 had bad file location assumptions virtualenv!=20.0.0,!=20.0.1,>20 |