diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-14 23:33:21 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-15 00:21:15 +0100 |
commit | d21a7695e651171fcc500c671d869371ee599eeb (patch) | |
tree | 94ffefb40d0c43ebb20c383c7be0d83f622f0059 /gnu | |
parent | 5e244cd712220b849538b37968226b117e138567 (diff) |
gnu: python-drmaa: Remove unused input.
* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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 |