Remove pinned distlib requirement 37/64537/3 v0.34.1
authorEric Ball <eball@linuxfoundation.org>
Thu, 16 Jul 2020 00:47:52 +0000 (17:47 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 16 Jul 2020 22:43:30 +0000 (15:43 -0700)
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 <eball@linuxfoundation.org>
releasenotes/notes/remove-distlib-requirement-9281b863d71f5e29.yaml [new file with mode: 0644]
requirements.txt

diff --git a/releasenotes/notes/remove-distlib-requirement-9281b863d71f5e29.yaml b/releasenotes/notes/remove-distlib-requirement-9281b863d71f5e29.yaml
new file mode 100644 (file)
index 0000000..4f7e680
--- /dev/null
@@ -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.`
index 88d388c..64823cf 100644 (file)
@@ -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