mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
7 lines
152 B
Makefile
Executable file
7 lines
152 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python-virtualenv
|
|
|
|
override_dh_virtualenv:
|
|
dh_virtualenv --python /usr/bin/python3 --preinstall requests-oauthlib
|