mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
867b8f3f63
commit
f0e45d39c9
1
debian/control
vendored
1
debian/control
vendored
@ -99,7 +99,6 @@ Depends:
|
|||||||
python3-gi,
|
python3-gi,
|
||||||
python3-paramiko,
|
python3-paramiko,
|
||||||
python3-psutil,
|
python3-psutil,
|
||||||
python3-requests,
|
|
||||||
python3-ruamel.yaml,
|
python3-ruamel.yaml,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
sudo,
|
sudo,
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -273,6 +273,7 @@ setuptools.setup(
|
|||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
'pytest-django',
|
'pytest-django',
|
||||||
'flake8',
|
'flake8',
|
||||||
|
'requests',
|
||||||
],
|
],
|
||||||
package_data={
|
package_data={
|
||||||
'': ['templates/*', 'static/*', 'locale/*/LC_MESSAGES/*.[pm]o']
|
'': ['templates/*', 'static/*', 'locale/*/LC_MESSAGES/*.[pm]o']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user