projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96024d7
)
Remove packages from not_import_versionable that we now can always version.
2215.report-openssl-version.1
172/head
author
Daira Hopwood
<daira@jacaranda.org>
Tue, 2 Jun 2015 17:12:23 +0000
(18:12 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 2 Jun 2015 17:12:23 +0000
(18:12 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 18faacc1ad1788817607a26dd8ebe41d07cb2b71..6b0bdd6a16c171d30ed96dec37f3bf3b7ec3ecc8 100644
(file)
--- 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.