guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vdirsyncer: Don't propagate python-click-5.


From: guix-commits
Subject: branch master updated: gnu: vdirsyncer: Don't propagate python-click-5.
Date: Wed, 01 Jul 2020 02:32:16 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ed5d95  gnu: vdirsyncer: Don't propagate python-click-5.
8ed5d95 is described below

commit 8ed5d9502dffe6884978fab32398f9c68e38a6c8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 1 09:30:56 2020 +0300

    gnu: vdirsyncer: Don't propagate python-click-5.
    
    This prevents a profile collision when installing the package.
    
    * gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move
    python-click-5 ...
    [inputs]: ... to here.
---
 gnu/packages/dav.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index dbfa4a6..b9e210c 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -107,10 +107,11 @@ clients.")
        ("python-urllib3" ,python-urllib3)
        ("python-wsgi-intercept" ,python-wsgi-intercept)
        ("radicale" ,radicale)))
+    (inputs
+     `(;; XXX https://github.com/mitsuhiko/click/issues/200
+       ("python-click" ,python-click-5)))
     (propagated-inputs
      `(("python-atomicwrites" ,python-atomicwrites)
-       ;; XXX https://github.com/mitsuhiko/click/issues/200
-       ("python-click" ,python-click-5)
        ("python-click-log" ,python-click-log)
        ("python-click-threading" ,python-click-threading)
        ("python-requests-toolbelt" ,python-requests-toolbelt)))



reply via email to

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