diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-26 19:42:42 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-26 19:51:49 -0500 |
commit | 4de2a710a6a309a1601f1cf6fc15b9b638d3a3cb (patch) | |
tree | e79be0318ec594649e8478809c8beab31b0c9095 | |
parent | 91426243f15696c38fbe84d3885a71f45911217f (diff) | |
download | guix-4de2a710a6a309a1601f1cf6fc15b9b638d3a3cb.tar guix-4de2a710a6a309a1601f1cf6fc15b9b638d3a3cb.tar.gz |
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.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 919c05fcf9..2ddd1198e8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10667,8 +10667,6 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." `(("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") |