[noarch/entropy] fix qa script (undefined reference)

This commit is contained in:
Fabio Erculiani 2012-04-24 00:02:22 +02:00
parent 444fc26d53
commit 7b1df35d10
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def check_unwanted_deps():
pkg_deps_map = {}
for pkg_dep in pkg_deps:
if x.startswith("!"):
if pkg_dep.startswith("!"):
continue
key = entropy.dep.dep_getkey(pkg_dep)
obj = pkg_deps_map.setdefault(key, [])