File: rules

package info (click to toggle)
python-aiormq 6.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: python: 2,996; makefile: 33
file content (9 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME = aiormq

%:
	dh $@ --buildsystem pybuild --with python3

override_dh_auto_test:
	# don't run the tests, module aiomisc_pytest is required and it's not on Debian.