From 31170cdf6d1089e3783d5020cc827eab77210b68 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 22 Sep 2017 13:37:06 +0200 Subject: [PATCH] Disabled build deps other than bootstrap until we builddep on platform instead of bootstrap --- python2.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python2.yaml b/python2.yaml index a3a5535..1383eb0 100644 --- a/python2.yaml +++ b/python2.yaml @@ -21,11 +21,15 @@ data: bootstrap: master # Need an already built Python interpreter - python2-bootstrap: master + # python2-bootstrap: master + # Disabled since python2-bootstrap requires platform, and + # bootstrap and platform modules conflict # python2-devel requires python3-rpm-generators which # requires python3 and python3-setuptools - python3: master + # python3: master + # Disabled since python3 requires platform, and + # bootstrap and platform modules conflict # tk-devel buildrequires /usr/bin/perl perl: master