diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-24 00:47:23 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-24 00:47:23 -0500 |
commit | f6464da0e14047e9db803f4b40c18ba644e75f24 (patch) | |
tree | 18bac439387d10e617a11e392b29c6ae2d73c48a /devel/management | |
parent | 73ea5b8abe5de6457834c2981efaa70985dfa3e6 (diff) |
Add provides to collections listrelease_2011-03-28
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'devel/management')
-rw-r--r-- | devel/management/commands/reporead.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/reporead.py b/devel/management/commands/reporead.py index 35bb7da3..e26bb800 100644 --- a/devel/management/commands/reporead.py +++ b/devel/management/commands/reporead.py @@ -88,7 +88,7 @@ class Pkg(object): 'md5sum', 'url', 'builddate', 'packager' ) number = ( 'csize', 'isize' ) collections = ( 'depends', 'optdepends', 'conflicts', - 'replaces', 'groups', 'license', 'files' ) + 'provides', 'replaces', 'groups', 'license', 'files' ) version_re = re.compile(r'^((\d+):)?(.+)-([^-]+)$') |