File: rules

package info (click to toggle)
python-websockets 8.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 384 kB
  • sloc: python: 2,907; ansic: 135; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

# extend timeout on slow buildd to fix FTBFS
# see https://github.com/aaugustin/websockets/issues/163
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100

export PYBUILD_NAME=websockets
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	http_proxy= https_proxy= dh_auto_test