From: Andreas Tille Date: Fri, 8 May 2020 18:30:55 +0000 (+0200) Subject: Remove Python2 also from d/rules X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~53 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74e62e1ea325c78a8d7be167e901b96d45544443;p=python-pysam.git Remove Python2 also from d/rules --- diff --git a/debian/rules b/debian/rules index aea25b1..b05f492 100755 --- a/debian/rules +++ b/debian/rules @@ -16,13 +16,11 @@ export HTSLIB_LIBRARY_DIR=$(HTSLIBDIR) export HTSLIB_INCLUDE_DIR=/usr/include # unfortunately this does not work - any hint to fix this would be really welcome -#export PYBUILD_TEST_ARGS_python2=-k-XTestRemoteFileHTTP -k-XTestRemoteFileHTTPWithHeader #export PYBUILD_TEST_ARGS_python3=-k-XTestRemoteFileHTTP -k-XTestRemoteFileHTTPWithHeader -export PYBUILD_DISABLE_python2=test clean: clean-tests %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_install: clean-tests dh_install -Xtest.gtf.gz