Add runtime module dependency on python3 due to needing python3-rpm-generators
This commit is contained in:
parent
8a7cdcea30
commit
6e44508132
1 changed files with 5 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue