diff options
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 81b005ac..516aa8ef 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ DOPACKAGES = $(shell dh_listpackages) export PYBUILD_DESTDIR=debian/tmp +# Make it easier to build one machines with ansible << 2.10 installed. +export ANSIBLE_SKIP_CONFLICT_CHECK=1 + %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild |