Skip to content
Snippets Groups Projects
Commit 33a08ae3 authored by Duncan Macleod's avatar Duncan Macleod :flag_scotland:
Browse files

Merge branch 'steffen.grunewald-master-patch-77385' into 'master'

Update rules to create empty python3 package

See merge request !12
parents c22cc39f c6b16f21
No related branches found
No related tags found
1 merge request!12Update rules to create empty python3 package
Pipeline #338766 failed
......@@ -4,3 +4,7 @@ export PYBUILD_NAME=ligo-common
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
rm -rfv $(CURDIR)/debian/python3-ligo-common/usr/lib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment