diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-19 17:47:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-19 18:03:04 +0200 |
commit | 7c16af4646fac789000495064a13284691dbeb75 (patch) | |
tree | 8bcd3361fa646fc6566fa68c3f03596818b48fea /gnu/packages/python.scm | |
parent | 44b98b00026e62766620dbc4330a305282d61069 (diff) | |
download | patches-7c16af4646fac789000495064a13284691dbeb75.tar patches-7c16af4646fac789000495064a13284691dbeb75.tar.gz |
gnu: python-bcrypt: Move to (gnu packages python-crypto).
* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ...
* gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here.
* gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fe66d8d082..ae6e38f024 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -102,7 +102,6 @@ #:use-module (gnu packages networking) #:use-module (gnu packages ncurses) #:use-module (gnu packages openstack) - #:use-module (gnu packages password-utils) #:use-module (gnu packages pcre) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) |