[reagent] fix atom_match call in package-dep tool

This commit is contained in:
Fabio Erculiani
2010-01-23 17:00:42 +01:00
parent 388d9597c6
commit 36be7ff9d3

View File

@@ -173,8 +173,7 @@ def repositories(options):
# match
idpackages = []
for package in atoms:
match = Entropy.atom_match(package + etpConst['entropytagprefix'],
matchRepo = [repo])
match = Entropy.atom_match(package, matchRepo = [repo])
if match[1] == repo:
idpackages.append(match[0])
else: