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.
This commit is contained in:
parent
21131e9c6d
commit
8ed5d9502d
@ -107,10 +107,11 @@ clients.")
|
|||||||
("python-urllib3" ,python-urllib3)
|
("python-urllib3" ,python-urllib3)
|
||||||
("python-wsgi-intercept" ,python-wsgi-intercept)
|
("python-wsgi-intercept" ,python-wsgi-intercept)
|
||||||
("radicale" ,radicale)))
|
("radicale" ,radicale)))
|
||||||
|
(inputs
|
||||||
|
`(;; XXX https://github.com/mitsuhiko/click/issues/200
|
||||||
|
("python-click" ,python-click-5)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-atomicwrites" ,python-atomicwrites)
|
`(("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-log" ,python-click-log)
|
||||||
("python-click-threading" ,python-click-threading)
|
("python-click-threading" ,python-click-threading)
|
||||||
("python-requests-toolbelt" ,python-requests-toolbelt)))
|
("python-requests-toolbelt" ,python-requests-toolbelt)))
|
||||||
|
Loading…
Reference in New Issue
Block a user