dev-python/hdf5storage: Improve ebuild for QA

Fixes:
  EmptyGlobalAssignment: version 0.1.19-r1: line 24: empty global assignment: DEPEND=""

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2024-12-05 07:14:10 +01:00
parent 0a8b7f26e7
commit 0d2a2a7cb2
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -1,4 +1,4 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -21,9 +21,7 @@ IUSE="doc"
# Tests need nose which is getting cleaned from main tree.
RESTRICT="test"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"