File debian.rules of Package yq
#!/usr/bin/make -f export PYBUILD_NAME=yq # tests fail with ModuleNotFoundError: No module named 'test.test' export DEB_BUILD_OPTIONS=nocheck %: dh $@ --with python3 --without python2 --buildsystem=pybuild override_dh_auto_build: override_dh_auto_install: $(BOTDOCS) python3 setup.py install --root=debian/yq --prefix=/usr