From f524679be09e057dce1a6e4928de040123533a2b Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 20 Feb 2019 10:51:33 -0800 Subject: [PATCH] Remove python3-distutils as a dependency because it isn't in every debian, and also doesn't seem necessary; and change the default suite to cosmic to make the PPA release simpler --- stdeb.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index 585ccae7..0adbac43 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -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, python3-requests, python-nautilus, tor, obfs4proxy -Suite: bionic +Depends3: python3, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python-nautilus, tor, obfs4proxy +Build-Depends: python3, python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-requests, python-nautilus, tor, obfs4proxy +Suite: cosmic X-Python3-Version: >= 3.5.3