From 99625ae56384cc1f4afb5c38b055242344a2e733 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Jan 12 2015 07:04:56 +0000 Subject: Mock config tweaks --- diff --git a/fedora-rawhide-x86_64.cfg b/fedora-rawhide-x86_64.cfg index 54bb30b..075af92 100644 --- a/fedora-rawhide-x86_64.cfg +++ b/fedora-rawhide-x86_64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'javapackages-rawhide' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) -config_opts['chroot_setup_cmd'] = 'install @buildsys-build PyXB asciidoc dia python-formencode python-lxml python-nose python-setuptools python2-devel scl-utils-build xmlto' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build python3-PyXB asciidoc dia python3-lxml python3-nose python3-setuptools python3-devel scl-utils-build xmlto' config_opts['dist'] = 'rawhide' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '21'