Remove packages from not_import_versionable that we now can always version.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2015-06-02 18:12:23 +01:00
parent 96024d7244
commit f18da535c9

View File

@ -82,8 +82,6 @@ package_imports = [
# Dependencies for which we don't know how to get a version number at run-time.
not_import_versionable = [
'zope.interface',
'mock',
'pyasn1',
]
# Dependencies reported by pkg_resources that we can safely ignore.