From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 14 Nov 2010 10:05:40 +0000 (-0800)
Subject: setup: include pycryptopp in the set of Python packages described in the show-tool... 
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%3C?a=commitdiff_plain;h=51523f73263ba2d2a28183b5059e648b2a9d0b93;p=tahoe-lafs%2Ftahoe-lafs.git

setup: include pycryptopp in the set of Python packages described in the show-tool-versions step (for cross-referencing with the test-with-fake-dists step, which behaves differently depending on what version(s) of pycryptopp are already present before it starts)
---

diff --git a/misc/build_helpers/show-tool-versions.py b/misc/build_helpers/show-tool-versions.py
index 14b9024d..c8aa9277 100644
--- a/misc/build_helpers/show-tool-versions.py
+++ b/misc/build_helpers/show-tool-versions.py
@@ -174,3 +174,4 @@ print_py_pkg_ver('Twisted', 'twisted')
 print_py_pkg_ver('TwistedCore', 'twisted.python')
 print_py_pkg_ver('TwistedWeb', 'twisted.web')
 print_py_pkg_ver('TwistedConch', 'twisted.conch')
+print_py_pkg_ver('pycryptopp')