From 51523f73263ba2d2a28183b5059e648b2a9d0b93 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 14 Nov 2010 02:05:40 -0800
Subject: [PATCH] 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)

---
 misc/build_helpers/show-tool-versions.py | 1 +
 1 file changed, 1 insertion(+)

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')
-- 
2.45.2