From 335ee29d7c8c5ee3521bb87c29558b99086dde66 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 25 Feb 2012 16:18:11 +0000 Subject: (install_packages) explicitely use --buildrequires (kill a warning in BS logs) --- lib/Iurt/Urpmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt') diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index a0c16cc..e6ae935 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -465,7 +465,7 @@ sub install_packages { plog('INFO', "install dependencies using urpmi"); if (!perform_command( - join(' ', $self->{urpmi_command}, @to_install), + join(' ', $self->{urpmi_command}, '--buildrequires', @to_install), $run, $config, $cache, use_iurt_root_command => $self->{use_iurt_root_command}, error => $error, -- cgit v1.2.1