3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-onetimepass: Make python-six a propagated input.

* gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from
here...
[propagated-inputs]: ...to here.
This commit is contained in:
Tomáš Čech 2018-04-21 17:37:12 +02:00
parent 0ccb104354
commit 841f833171
No known key found for this signature in database
GPG key ID: 4A23E34FA033436D

View file

@ -13139,7 +13139,7 @@ in Python. You can simply type pybtex instead of bibtex.")
(sha256
(base32 "09vagxgbq78wvq4xbikmn2hpqqsa2i96kqsmphf7dqynfv0dlsd5"))))
(build-system python-build-system)
(inputs `(("python-six" ,python-six)))
(propagated-inputs `(("python-six" ,python-six)))
(home-page "https://github.com/tadeck/onetimepass/")
(synopsis "One-time password library")
(description "Python one-time password library for HMAC-based (HOTP) and