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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-10-01 11:34:02 -07:00 committed by James Valleroy
parent 867b8f3f63
commit f0e45d39c9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 1 additions and 1 deletions

1
debian/control vendored
View File

@ -99,7 +99,6 @@ Depends:
python3-gi,
python3-paramiko,
python3-psutil,
python3-requests,
python3-ruamel.yaml,
python3-yaml,
sudo,

View File

@ -273,6 +273,7 @@ setuptools.setup(
'pytest-cov',
'pytest-django',
'flake8',
'requests',
],
package_data={
'': ['templates/*', 'static/*', 'locale/*/LC_MESSAGES/*.[pm]o']