python-botocore/debian/rules
TANIGUCHI Takaki f132a3a0d4 skip test
2015-11-25 00:06:25 +09:00

14 lines
213 B
Makefile
Executable file

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=botocore
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: