You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
changedetection.io/debian/rules

12 lines
339 B

2 months ago
#!/usr/bin/make -f
%:
dh $@ --with python-virtualenv --buildsystem=pybuild
PYTHON_VERSION := $(shell py3versions -r '>= 3.10 << 3.13' -i)
override_dh_virtualenv:
dh_virtualenv --sourcedirectory=. \
--install-suffix='' \
--requirements=requirements.txt \
--python=/usr/bin/$(PYTHON_VERSION)