From 0d2a2a7cb24a251739d551ac227e928e5536a194 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Dec 2024 07:14:10 +0100 Subject: [PATCH] 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 --- dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild index 8cf2745..76550ea 100644 --- a/dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild +++ b/dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild @@ -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}] "