gnu: python-drmaa: Remove unused input.

* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.
This commit is contained in:
Marius Bakke 2022-02-14 23:33:21 +01:00
parent 5e244cd712
commit d21a7695e6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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