From: Eric Ball Date: Thu, 16 Jul 2020 00:47:52 +0000 (-0700) Subject: Remove pinned distlib requirement X-Git-Tag: v0.34.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3892bf988e4e77220604e6289b29934f8de77f43;p=releng%2Flftools.git Remove pinned distlib requirement Distlib is a common requirement for other libraries, and having it pinned is causing failures in builds. It is not explicitly used in lftools, so it does not need to be pinned. Issue: RELENG-3071 Change-Id: I6a6a33585b1666b93656a43f16fb1db7e7b4f584 Signed-off-by: Eric Ball --- diff --git a/releasenotes/notes/remove-distlib-requirement-9281b863d71f5e29.yaml b/releasenotes/notes/remove-distlib-requirement-9281b863d71f5e29.yaml new file mode 100644 index 00000000..4f7e6806 --- /dev/null +++ b/releasenotes/notes/remove-distlib-requirement-9281b863d71f5e29.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Remove pinned distlib requirement. Distlib is a common requirement for + other libraries, and having it pinned is causing failures in builds. It is + not explicitly used in lftools, so it does not need to be pinned. Fixes + `ERROR: virtualenv 20.0.26 has requirement distlib<1,>=0.3.1, but you'll + have distlib 0.3.0 which is incompatible.` diff --git a/requirements.txt b/requirements.txt index 88d388cc..64823cf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ chardet==3.0.4 click==7.1 defusedxml==0.6.0 Deprecated==1.2.7 -distlib==0.3.0 dnspython==1.16.0 docker==4.2.0 email-validator==1.0.5