summaryrefslogtreecommitdiff
path: root/gbp/rpm/policy.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/rpm/policy.py')
-rw-r--r--gbp/rpm/policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/rpm/policy.py b/gbp/rpm/policy.py
index 93625545..82e877da 100644
--- a/gbp/rpm/policy.py
+++ b/gbp/rpm/policy.py
@@ -264,7 +264,7 @@ class RpmPkgPolicy(PkgPolicy):
text.extend([" " + line for line in body if line.strip()])
# Add bts tags and ids in the end
- for tag, ids in bts_tags.iteritems():
+ for tag, ids in bts_tags.items():
bts_msg = " (%s: %s)" % (tag, ', '.join(ids))
if len(text[-1]) + len(bts_msg) >= cls.max_entry_line_length:
text.append(" ")