File: rules

package info (click to toggle)
python-etcd 0.4.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: python: 3,040; sh: 14; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 326 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

# Only run unit tests
export PYBUILD_TEST_ARGS=etcd/tests/unit/

%:
	dh $@ --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