diff options
author | Tomáš Čech <sleep_walker@gnu.org> | 2018-04-21 17:37:12 +0200 |
---|---|---|
committer | Tomáš Čech <sleep_walker@gnu.org> | 2018-04-21 17:37:12 +0200 |
commit | 841f833171c59054d3d32430f9107431d440df71 (patch) | |
tree | e5fb5cc23d97db1fac50133677b15c858e72cdca /gnu/packages | |
parent | 0ccb104354a1f4824f56d579aa574e3c9df7737f (diff) | |
download | guix-841f833171c59054d3d32430f9107431d440df71.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c033123a35..f36e4c770d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |