[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: Borg: Remove unused dependencies.
From: |
guix-commits |
Subject: |
01/01: gnu: Borg: Remove unused dependencies. |
Date: |
Sun, 17 Feb 2019 13:24:17 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit d4c0053e5546fc5caae27e7a12c520c8b3a8d13e
Author: Leo Famulari <address@hidden>
Date: Sun Feb 17 12:56:26 2019 -0500
gnu: Borg: Remove unused dependencies.
This is a followup to commit e191e8485950477b2da37f23fd0d611e1e3f92e0.
* gnu/packages/backup.scm (borg)[native-inputs]: Remove python-sphinx and
python-guzzle-sphinx-theme.
---
gnu/packages/backup.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 4881ca6..f9f7146 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -606,10 +606,7 @@ detection, and lossless compression.")
(native-inputs
`(("python-cython" ,python-cython)
("python-setuptools-scm" ,python-setuptools-scm)
- ("python-pytest" ,python-pytest)
- ;; For generating the documentation.
- ("python-sphinx" ,python-sphinx)
- ("python-guzzle-sphinx-theme" ,python-guzzle-sphinx-theme)))
+ ("python-pytest" ,python-pytest)))
(inputs
`(("acl" ,acl)
("libb2" ,libb2)