Support python 3.5.x 46/62446/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 3 Dec 2019 21:57:21 +0000 (16:57 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 3 Dec 2019 21:58:20 +0000 (16:58 -0500)
lftools must pin xdg to 3.x to support python 3.5
needed for onap ubuntu 16.04 builders

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: If97846bbb5a52410cfe23a66fb0f25c87b6bc5b4

requirements.txt

index 8923e6c..c3e0295 100644 (file)
@@ -8,7 +8,7 @@ setuptools>=36.5.0
 six
 python-jenkins
 tqdm
-xdg
+xdg==3.0.2
 pygithub
 httplib2
 email_validator