gnu: pius: Add input python2-sip.

* gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from
the pius Python script.
master
Andreas Enge 2018-05-21 16:55:11 +02:00
parent c9dbcd208d
commit fcb1dd9994
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 1 deletions

View File

@ -593,7 +593,8 @@ signing, decryption, verification, and key-listing parsing.")
"1893hzpx3zv724drqv48csrn0cm98xw4ymb1zmhs2jvjj1778zfj"))))
(build-system python-build-system)
(inputs `(("perl" ,perl) ;for 'pius-party-worksheet'
("gpg" ,gnupg)))
("gpg" ,gnupg)
("python-six" ,python2-six)))
(arguments
`(#:tests? #f
#:python ,python-2 ;uses the Python 2 'print' syntax