Give include_recommends a useless default to make the parser happy.

pull/18777/head
Harlan Lieberman-Berg 9 years ago committed by Matt Clay
parent f9c435ebd5
commit a32e5932e9

@ -339,7 +339,7 @@ def expand_pkgspec_from_fnmatches(m, pkgspec, cache):
return new_pkgspec return new_pkgspec
def install(m, pkgspec, cache, upgrade=False, default_release=None, 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), dpkg_options=expand_dpkg_options(DPKG_OPTIONS),
build_dep=False): build_dep=False):
pkg_list = [] pkg_list = []

Loading…
Cancel
Save