From f0e45d39c9d213bdee62c00ea8a361c94b05903b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 1 Oct 2019 11:34:02 -0700 Subject: [PATCH] debian: Remove python3-requests from depends list Requests library is still used by functional tests. - Add requests as test dependency in setup.py. - Keep python3-requests are build dependency in debian/control Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- debian/control | 1 - setup.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index edc212e6c..e3b249f3c 100644 --- a/debian/control +++ b/debian/control @@ -99,7 +99,6 @@ Depends: python3-gi, python3-paramiko, python3-psutil, - python3-requests, python3-ruamel.yaml, python3-yaml, sudo, diff --git a/setup.py b/setup.py index 01ce6e397..a4917147a 100755 --- a/setup.py +++ b/setup.py @@ -273,6 +273,7 @@ setuptools.setup( 'pytest-cov', 'pytest-django', 'flake8', + 'requests', ], package_data={ '': ['templates/*', 'static/*', 'locale/*/LC_MESSAGES/*.[pm]o']