Revision ff33f609fa62e487980891656780d57ffdc3f33c authored by Jenkins for Software Heritage on 02 March 2021, 08:19:54 UTC, committed by Jenkins for Software Heritage on 02 March 2021, 08:19:54 UTC
1 parent 2460762
Raw File
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh.model
export export PYBUILD_TEST_ARGS=-m 'not db and not fs'

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

override_dh_install:
	dh_install
	rm -rfv $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/.hypothesis
	rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
back to top