From 77e09d9d5f52f573dd1b0499e13f2d091d1d1665 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 22 Sep 2017 15:24:56 +0200 Subject: [PATCH] Fix builddeps --- python2-ecosystem.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python2-ecosystem.yaml b/python2-ecosystem.yaml index 349cb40..0f9bbb3 100644 --- a/python2-ecosystem.yaml +++ b/python2-ecosystem.yaml @@ -19,7 +19,10 @@ data: dependencies: buildrequires: bootstrap: master - python2: master + + # python2: master + # Disabled since python2 requires platform, and + # bootstrap and platform modules conflict requires: platform: master python2: master