set mock site default to tekll dnf to install weak dependecies by default.

this is to ensure we have consistency across arches

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2016-01-26 03:41:21 +00:00
parent e90840472e
commit ab26f6885e

View file

@ -1,2 +1,3 @@
config_opts['plugin_conf']['package_state_enable'] = False
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['dnf_common_opts'] = ['--setoptinstall_weak_deps=1']