reporead: fix copy/paste issue

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-05-19 09:54:15 -05:00
parent e1f9a3c44a
commit 3f9aeb45c2

View File

@ -155,7 +155,7 @@ def create_depend(package, dep_str, optional=False):
if match.group(3):
depend.comparison = match.group(3)
if match.group(4):
related.version = match.group(4)
depend.version = match.group(4)
else:
logger.warning('Package %s had unparsable depend string %s',
package.pkgname, dep_str)