File: rules

package info (click to toggle)
python-aiohttp-retry 2.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 168 kB
  • sloc: python: 973; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=aiohttp-retry
export PYBUILD_TEST_ARGS=--asyncio-mode=auto

%:
	dh $@ --buildsystem=pybuild

override_dh_python3:
	dh_python3 --requires=requirements.txt