File: rules

package info (click to toggle)
python-etcd 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 3,043; sh: 14; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=etcd

# these tests fail (and never passed since the version that enabled the tests)
export PYBUILD_TEST_ARGS=-e integration -e test_auth

%:
	dh $* --with python2,python3 --buildsystem pybuild

# Add a manual call to dh_python3 as for some reason after the rebuild 0.4.3-3
# it loses the dependency on python3-dnspython...
override_dh_python3:
	dh_python3 --depends dnspython