From 831da20caedd96707a96261e689cc3fc547403f8 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 3 Dec 2019 16:57:21 -0500 Subject: [PATCH] Support python 3.5.x lftools must pin xdg to 3.x to support python 3.5 needed for onap ubuntu 16.04 builders Signed-off-by: Aric Gardner Change-Id: If97846bbb5a52410cfe23a66fb0f25c87b6bc5b4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8923e6c9..c3e0295d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ setuptools>=36.5.0 six python-jenkins tqdm -xdg +xdg==3.0.2 pygithub httplib2 email_validator -- 2.16.6