~ruther/guix-local

1194575b3c44969e4f68cd10a62e6ed8603e39b4 — Leo Famulari 9 years ago 4de2a71
gnu: python-pycrypto: Add TODO "removal" comment.

* gnu/packages/python.scm (python-pycrypto, python2-pycrypto): Add
comment.
1 files changed, 7 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +7 -1
@@ 907,7 907,13 @@ Python 3 support.")
(define-public python2-setuptools
  (package-with-python2 python-setuptools))


;;; Pycrypto is abandoned upstream [0] and contains at least one bug that can be
;;; exploited to achieve arbitrary code execution [1].
;;;
;;; TODO Remove this package from GNU Guix.
;;;
;;; [0] https://github.com/dlitz/pycrypto/issues/173
;;; [1] https://github.com/dlitz/pycrypto/issues/176
(define-public python-pycrypto
  (package
    (name "python-pycrypto")