Give include_recommends a useless default to make the parser happy.

This commit is contained in:
Harlan Lieberman-Berg 2015-08-15 20:00:25 +02:00 committed by Toshio Kuratomi
parent 06a4efa1cf
commit a53cf5434b

View file

@ -339,7 +339,7 @@ def expand_pkgspec_from_fnmatches(m, pkgspec, cache):
return new_pkgspec
def install(m, pkgspec, cache, upgrade=False, default_release=None,
install_recommends, force=False,
install_recommends='default', force=False,
dpkg_options=expand_dpkg_options(DPKG_OPTIONS),
build_dep=False):
pkg_list = []