File: rules

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

UPSTREAM_GIT := https://github.com/ms264556/aioruckus.git
include /usr/share/openstack-pkg-tools/pkgos.make

export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
export PYBUILD_TEST_ARGS= -v --ignore tests/test_data.py -k 'not test_connect_success and not test_authentication_error' tests

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