guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tomas Cech
Subject: 01/01: gnu: python-onetimepass: Make python-six a propagated input.
Date: Sat, 21 Apr 2018 11:41:47 -0400 (EDT)

sleep_walker pushed a commit to branch master
in repository guix.

commit 841f833171c59054d3d32430f9107431d440df71
Author: Tomáš Čech <address@hidden>
Date:   Sat Apr 21 17:37:12 2018 +0200

    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.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c033123..f36e4c7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]