Disabled build deps other than bootstrap until we builddep on platform instead of bootstrap
This commit is contained in:
parent
6e44508132
commit
31170cdf6d
1 changed files with 6 additions and 2 deletions
|
|
@ -21,11 +21,15 @@ data:
|
|||
bootstrap: master
|
||||
|
||||
# Need an already built Python interpreter
|
||||
python2-bootstrap: master
|
||||
# python2-bootstrap: master
|
||||
# Disabled since python2-bootstrap requires platform, and
|
||||
# bootstrap and platform modules conflict
|
||||
|
||||
# python2-devel requires python3-rpm-generators which
|
||||
# requires python3 and python3-setuptools
|
||||
python3: master
|
||||
# python3: master
|
||||
# Disabled since python3 requires platform, and
|
||||
# bootstrap and platform modules conflict
|
||||
|
||||
# tk-devel buildrequires /usr/bin/perl
|
||||
perl: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue