Disabled build deps other than bootstrap until we builddep on platform instead of bootstrap

This commit is contained in:
Tomas Orsava 2017-09-22 13:37:06 +02:00
commit 31170cdf6d

View file

@ -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