diff options
Diffstat (limited to 'dev-python/jsonlines')
| -rw-r--r-- | dev-python/jsonlines/jsonlines-4.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/jsonlines/jsonlines-4.0.0.ebuild b/dev-python/jsonlines/jsonlines-4.0.0.ebuild index 7403241f0a3b..adb6ccfd8d63 100644 --- a/dev-python/jsonlines/jsonlines-4.0.0.ebuild +++ b/dev-python/jsonlines/jsonlines-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ SLOT="0" IUSE="test" RESTRICT="mirror" #overlay, no real issue RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]" +BDEPEND=" test? ( ${RDEPEND} )" distutils_enable_tests pytest |
