Add python3-requests as a Build-Depends, which is required to make PPA releases

This commit is contained in:
Micah Lee 2019-02-18 16:22:59 -08:00
parent 7690a63935
commit 5e983936eb

@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
Depends3: python3, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
Build-Depends: python3, python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
Build-Depends: python3, python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python3-requests, python-nautilus, tor, obfs4proxy
Suite: bionic
X-Python3-Version: >= 3.5.3