remove lzip, add cffi, cryptography.io

This commit is contained in:
Zooko Wilcox-O'Hearn 2014-04-15 16:24:36 +00:00 committed by Daira Hopwood
parent d0759f5a36
commit 5bf22b4603
1 changed files with 2 additions and 1 deletions

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