gnu: Remove python2-passlib.
* gnu/packages/python-crypto.scm (python2-passlib): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									885c46a7e5
								
							
						
					
					
						commit
						fee1a41f95
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		|  | @ -23,7 +23,7 @@ | |||
| ;;; Copyright © 2019 Clément Lassieur <clement@lassieur.org> | ||||
| ;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org> | ||||
| ;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org> | ||||
| ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> | ||||
| ;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net> | ||||
| ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ||||
| ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> | ||||
| ;;; | ||||
|  | @ -171,9 +171,6 @@ useful for a wide range of tasks, from verifying a hash found in /etc/shadow, | |||
| to providing full-strength password hashing for multi-user application.") | ||||
|     (license license:bsd-3))) | ||||
| 
 | ||||
| (define-public python2-passlib | ||||
|   (package-with-python2 python-passlib)) | ||||
| 
 | ||||
| (define-public python-py-bcrypt | ||||
|   (package | ||||
|     (name "python-py-bcrypt") | ||||
|  |  | |||
		Reference in a new issue