summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-04-30 15:46:46 +0200
committerAndrew Shadura <andrewsh@debian.org>2018-04-30 16:01:21 +0200
commitdd87f84d07147e806d458b4578118141dd32219c (patch)
treeec601e65a9d7919516513b816cf88ec192df7c44
parentaca8977c5df155af7dab6fdc2d5cf577cb8e5f02 (diff)
Temporarily disable Python 3 packages
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 8bdbb0e..ebd75a6 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9)
, python-ofxparse (>= 0.8)
, python3-ofxparse (>= 0.8)
, python-ofxhome
- , python3-ofxhome
+# , python3-ofxhome
Standards-Version: 3.9.8
Homepage: https://github.com/captin411/ofxclient
X-Python-Version: >= 2.7
diff --git a/debian/rules b/debian/rules
index fbaff64..f0b52a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=ofxclient
#export PYBUILD_DISABLE=test
+export PYBUILD_DISABLE_python3=1
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild -Npython3-${PYBUILD_NAME}