From 6d8eb777241df2143cedc9e1635b9882022185d8 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Sat, 9 Jan 2021 20:01:48 +0100 Subject: Make it easier to build on machines with ansible << 2.10 installed --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') 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 -- cgit v1.2.3