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:
parent
0ccb104354
commit
841f833171
|
@ -13139,7 +13139,7 @@ in Python. You can simply type pybtex instead of bibtex.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09vagxgbq78wvq4xbikmn2hpqqsa2i96kqsmphf7dqynfv0dlsd5"))))
|
(base32 "09vagxgbq78wvq4xbikmn2hpqqsa2i96kqsmphf7dqynfv0dlsd5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs `(("python-six" ,python-six)))
|
(propagated-inputs `(("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/tadeck/onetimepass/")
|
(home-page "https://github.com/tadeck/onetimepass/")
|
||||||
(synopsis "One-time password library")
|
(synopsis "One-time password library")
|
||||||
(description "Python one-time password library for HMAC-based (HOTP) and
|
(description "Python one-time password library for HMAC-based (HOTP) and
|
||||||
|
|
Loading…
Reference in New Issue