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/packages/python-xyz.scm | |
| parent | 5e244cd712220b849538b37968226b117e138567 (diff) | |
gnu: python-drmaa: Remove unused input.
* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -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 c67fd6ce712..e0237ab86f1 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.") | |||
| 7798 | ;; Loading the library fails because DRMAA_LIBRARY_PATH | 7798 | ;; Loading the library fails because DRMAA_LIBRARY_PATH |
| 7799 | ;; is not configured. | 7799 | ;; is not configured. |
| 7800 | (delete 'sanity-check)))) | 7800 | (delete 'sanity-check)))) |
| 7801 | (native-inputs | ||
| 7802 | (list python-nose)) | ||
| 7803 | (home-page "https://pypi.org/project/drmaa/") | 7801 | (home-page "https://pypi.org/project/drmaa/") |
| 7804 | (synopsis "Python bindings for the DRMAA library") | 7802 | (synopsis "Python bindings for the DRMAA library") |
| 7805 | (description | 7803 | (description |
