diff options
author | Leo Famulari <leo@famulari.name> | 2019-02-17 12:56:26 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-02-17 13:23:49 -0500 |
commit | d4c0053e5546fc5caae27e7a12c520c8b3a8d13e (patch) | |
tree | 91cfbf42282185cd5d84dda1febd9dca05c2b752 /gnu/packages/backup.scm | |
parent | 409260003612f1eb884754a435e919e6a027666e (diff) | |
download | patches-d4c0053e5546fc5caae27e7a12c520c8b3a8d13e.tar patches-d4c0053e5546fc5caae27e7a12c520c8b3a8d13e.tar.gz |
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.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 4881ca62da..f9f7146655 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) |