summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-02-14 23:33:21 +0100
committerMarius Bakke <marius@gnu.org>2022-02-15 00:21:15 +0100
commitd21a7695e651171fcc500c671d869371ee599eeb (patch)
tree94ffefb40d0c43ebb20c383c7be0d83f622f0059
parent5e244cd712220b849538b37968226b117e138567 (diff)
downloadguix-patches-d21a7695e651171fcc500c671d869371ee599eeb.tar
guix-patches-d21a7695e651171fcc500c671d869371ee599eeb.tar.gz
gnu: python-drmaa: Remove unused input.
* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c67fd6ce71..e0237ab86f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7798,8 +7798,6 @@ etc. The core of this module is a decorator factory.")
;; Loading the library fails because DRMAA_LIBRARY_PATH
;; is not configured.
(delete 'sanity-check))))
- (native-inputs
- (list python-nose))
(home-page "https://pypi.org/project/drmaa/")
(synopsis "Python bindings for the DRMAA library")
(description