From d48b596b9e14b8d619b20b4a33df995154165823 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 1 Sep 2017 13:38:04 +0200 Subject: [PATCH] Need to build python3 as well as python2 version of some packages At minimum we need a python3 version of setuptools, because it's required by python3-rpm-generators. By rebuilding python-setuptools SRPM with only python2, we overshadow the already built python3 subpackage that is needed by python3-rpm-generators. --- python2-bootstrap.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/python2-bootstrap.yaml b/python2-bootstrap.yaml index 5a6b991..bd6d3ed 100644 --- a/python2-bootstrap.yaml +++ b/python2-bootstrap.yaml @@ -78,7 +78,6 @@ data: %_without_rewheel 1 # setuptools & pip & wheel %_with_bootstrap 1 - %_without_python3 1 # setuptools %_without_platform_python 1 # tests for setuptools need pip, which is unavailable