From c93fde5d6ff8b96be90a1f2ef47b7a41013647c4 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Mon, 4 Sep 2017 11:07:47 +0200 Subject: [PATCH] Move wheel into the python2 module --- python2-bootstrap.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/python2-bootstrap.yaml b/python2-bootstrap.yaml index 812341e..49b5a26 100644 --- a/python2-bootstrap.yaml +++ b/python2-bootstrap.yaml @@ -56,13 +56,11 @@ data: - python2-pip - python2-setuptools - python2-tools - - python2-wheel filter: rpms: - python2-tkinter - python3-setuptools - python3-pip - - python3-wheel api: rpms: - python2 @@ -72,13 +70,12 @@ data: - python2-pip - python2-setuptools - python2-tools - - python2-wheel buildopts: rpms: macros: | # python2 %_without_rewheel 1 - # setuptools & pip & wheel + # setuptools & pip %_with_bootstrap 1 # setuptools %_without_platform_python 1 @@ -99,7 +96,3 @@ data: rationale: Python Packaging ecosystem ref: master buildorder: 30 - python-wheel: - rationale: Used for unbundling of pip and setuptools - ref: master - buildorder: 40