From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 2 Jun 2015 17:12:23 +0000 (+0100)
Subject: Remove packages from not_import_versionable that we now can always version.
X-Git-Tag: allmydata-tahoe-1.10.1b1~10
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/...?a=commitdiff_plain;h=f18da535c957efee134e35e7e4068b7a433ed21a;p=tahoe-lafs%2Ftahoe-lafs.git

Remove packages from not_import_versionable that we now can always version.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index 18faacc1..6b0bdd6a 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -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.