From 6e445081325bbb3df930339c3c5a9c6ba890a115 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 22 Sep 2017 13:35:06 +0200 Subject: [PATCH] Add runtime module dependency on python3 due to needing python3-rpm-generators --- python2.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python2.yaml b/python2.yaml index 9ec1b82..a3a5535 100644 --- a/python2.yaml +++ b/python2.yaml @@ -23,7 +23,7 @@ data: # Need an already built Python interpreter python2-bootstrap: master - # python2-devel buildrequires python3-rpm-generators which + # python2-devel requires python3-rpm-generators which # requires python3 and python3-setuptools python3: master @@ -31,6 +31,10 @@ data: perl: master requires: platform: master + + # python2-devel requires python3-rpm-generators which + # requires python3 and python3-setuptools + python3: master references: community: https://www.python.org/ documentation: https://docs.python.org/2/