gnu: python-gnupg: Build with gnupg.
* gnu/packages/gnupg.scm (python-gnupg)[native-inputs]: Replace gnupg-1 with gnupg.master
parent
2c07d5ee12
commit
69c7dd8090
|
@ -4,7 +4,7 @@
|
|||
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2015, 2016, 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
||||
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
|
||||
|
@ -594,7 +594,7 @@ decrypt messages using the OpenPGP format by making use of GPGME.")
|
|||
(invoke "python"
|
||||
"test_gnupg.py" "--no-doctests"))))))
|
||||
(native-inputs
|
||||
`(("gnupg" ,gnupg-1)))
|
||||
`(("gnupg" ,gnupg)))
|
||||
(home-page "https://pythonhosted.org/python-gnupg/index.html")
|
||||
(synopsis "Wrapper for the GNU Privacy Guard")
|
||||
(description
|
||||
|
|
Reference in New Issue