This commit is contained in:
Kovid Goyal 2008-01-14 18:17:32 +00:00
parent c26d35e25b
commit 54ea0b12b1

View File

@ -51,7 +51,6 @@ class Distribution(object):
('dbus-python', '0.82.2', 'dbus-python', 'python-dbus', 'dbus-python'), ('dbus-python', '0.82.2', 'dbus-python', 'python-dbus', 'dbus-python'),
('convertlit', '1.8', 'convertlit', None, None), ('convertlit', '1.8', 'convertlit', None, None),
('lxml', '1.3.3', 'lxml', 'python-lxml', 'python-lxml'), ('lxml', '1.3.3', 'lxml', 'python-lxml', 'python-lxml'),
('elementtree', '1.2.6', 'elementtree', 'python-elementtree', 'python-elementtree'),
] ]
DISTRO_MAP = {'gentoo':2, 'ubuntu':3, 'fedora':4, 'debian':3} DISTRO_MAP = {'gentoo':2, 'ubuntu':3, 'fedora':4, 'debian':3}