From 92fd2f3d4be71b54a28979205287867282d8e136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 12 Feb 2018 14:50:23 +0100 Subject: [PATCH] build-styles/waf{,3}: python{,3} in hostmakedepends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #11592 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- common/environment/build-style/waf.sh | 1 + common/environment/build-style/waf3.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 common/environment/build-style/waf.sh create mode 100644 common/environment/build-style/waf3.sh diff --git a/common/environment/build-style/waf.sh b/common/environment/build-style/waf.sh new file mode 100644 index 0000000000..f5deafbf00 --- /dev/null +++ b/common/environment/build-style/waf.sh @@ -0,0 +1 @@ +hostmakedepends+=" python" diff --git a/common/environment/build-style/waf3.sh b/common/environment/build-style/waf3.sh new file mode 100644 index 0000000000..471e0dae2d --- /dev/null +++ b/common/environment/build-style/waf3.sh @@ -0,0 +1 @@ +hostmakedepends+=" python3"