Give include_recommends a useless default to make the parser happy.
This commit is contained in:
parent
06a4efa1cf
commit
a53cf5434b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue