mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add python2-pycrypto.
* gnu/packages/python.scm (python2-pycrypto): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
parent
99e29da156
commit
345f0611af
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu>
|
||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Christopher Allan Webber <cwebber@dustycloud.org>
|
||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -538,6 +539,9 @@ (define-public python-pycrypto
|
|||
etc.). The package is structured to make adding new modules easy.")
|
||||
(license public-domain)))
|
||||
|
||||
(define-public python2-pycrypto
|
||||
(package-with-python2 python-pycrypto))
|
||||
|
||||
(define-public python-keyring
|
||||
(package
|
||||
(name "python-keyring")
|
||||
|
|
Loading…
Reference in a new issue