From b3c12033faaee299c72175ed458c705d00985b9b Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 19 Sep 2017 16:42:17 +0200 Subject: [PATCH] Add python-rpm-macros component --- python2.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python2.yaml b/python2.yaml index b2b338c..badc176 100644 --- a/python2.yaml +++ b/python2.yaml @@ -66,6 +66,7 @@ data: - python3-wheel - python3-setuptools - python3-pip + - python3-rpm-generators api: rpms: - python2 @@ -92,6 +93,10 @@ data: # (or any other Python package). components: rpms: + python-rpm-macros: + rationale: Build and runtime dependency of python2-devel + ref: master + buildorder: 10 python-wheel: rationale: Used for unbundling of pip and setuptools ref: master