]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
remove lzip, add cffi, cryptography.io
authorZooko Wilcox-O'Hearn <zooko@zooko.com>
Tue, 15 Apr 2014 16:24:36 +0000 (16:24 +0000)
committerZooko Wilcox-O'Hearn <zooko@zooko.com>
Tue, 15 Apr 2014 16:24:36 +0000 (16:24 +0000)
misc/build_helpers/show-tool-versions.py

index dfd5b9ed6b56fd0d8d0b85c483dfc372cda3f7dc..d386ebcccac92f39086a82da6547079150092e53 100644 (file)
@@ -144,7 +144,6 @@ print_stdout(['git', '--version'])
 print_stdout(['openssl', 'version'])
 print_stdout(['flappclient', '--version'])
 print_stdout(['valgrind', '--version'])
-print_stdout(['lzip', '--version'])
 
 print_as_ver()
 
@@ -159,3 +158,5 @@ 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')
+print_py_pkg_ver('cryptography')
+print_py_pkg_ver('cffi')