gnu: Borg: Remove unused dependencies.
This is a followup to commit e191e84859
.
* gnu/packages/backup.scm (borg)[native-inputs]: Remove python-sphinx and
python-guzzle-sphinx-theme.
This commit is contained in:
parent
4092600036
commit
d4c0053e55
|
@ -606,10 +606,7 @@ detection, and lossless compression.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)
|
("python-setuptools-scm" ,python-setuptools-scm)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)))
|
||||||
;; For generating the documentation.
|
|
||||||
("python-sphinx" ,python-sphinx)
|
|
||||||
("python-guzzle-sphinx-theme" ,python-guzzle-sphinx-theme)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl)
|
`(("acl" ,acl)
|
||||||
("libb2" ,libb2)
|
("libb2" ,libb2)
|
||||||
|
|
Loading…
Reference in New Issue