1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-26 06:46:13 +01:00

- build: fixed typo (patch by darix)

typo was introduced in commit d3648be24b
This commit is contained in:
Marcus Huewe 2013-04-22 16:26:31 +02:00
parent 51e6fca88f
commit a8def0f433

View File

@ -665,7 +665,7 @@ def main(apiurl, opts, argv):
rpmlist_prefers = []
if prefer_pkgs:
print('Evaluating preferred packages')
for name, path in prefer_pkgs.tems():
for name, path in prefer_pkgs.items():
if bi.has_dep(name):
# We remove a preferred package from the buildinfo, so that the
# fetcher doesn't take care about them.