From c6b19a2864ba895c7f56916c17c772a19213f27f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 31 May 2017 15:04:10 -0700 Subject: [PATCH] Fix stdeb.cfg so that Ubuntu PPA will build --- stdeb.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index 0192bdd5..2e782824 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [DEFAULT] Package3: onionshare Depends3: python3-flask, python3-stem, python3-pyqt5, python-nautilus, tor -Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5 +Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5 Suite: xenial -X-Python3-Version: >= 3.2 +X-Python3-Version: >= 3.4