mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: python-stem: Don't use python-pycrypto.
Python-pycrypto is an optional dependency of python-stem. Python-pycrypto is unmaintained [0] and contains an exploitable buffer overflow bug [1]. [0] https://github.com/dlitz/pycrypto/issues/173 [1] https://github.com/dlitz/pycrypto/issues/176 * gnu/packages/python.scm (python-stem, python2-stem)[propagated-inputs]: Remove python-pycrypto.
This commit is contained in:
parent
91426243f1
commit
4de2a710a6
1 changed files with 0 additions and 2 deletions
|
@ -10667,8 +10667,6 @@ (define-public python-stem
|
|||
`(("python-mock" ,python-mock)
|
||||
("python-pep8" ,python-pep8)
|
||||
("python-pyflakes" ,python-pyflakes)))
|
||||
(propagated-inputs
|
||||
`(("python-pycrypto" ,python-pycrypto)))
|
||||
(home-page "https://stem.torproject.org/")
|
||||
(synopsis
|
||||
"Python controller library that allows applications to interact with Tor")
|
||||
|
|
Loading…
Reference in a new issue