commit: 9858e9a33c58d809053247718753116c952633a5 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Fri Jan 12 10:49:29 2024 +0000 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> CommitDate: Fri Jan 12 10:50:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9858e9a3
dev-python/pem: add missing build dependency Closes: https://bugs.gentoo.org/921894 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> dev-python/pem/pem-23.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pem/pem-23.1.0.ebuild b/dev-python/pem/pem-23.1.0.ebuild index f98e50e812..4f7670deaa 100644 --- a/dev-python/pem/pem-23.1.0.ebuild +++ b/dev-python/pem/pem-23.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,9 +14,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND="" BDEPEND=" dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] + dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( >=dev-python/coverage-5.0.2[${PYTHON_USEDEP}] dev-python/certifi[${PYTHON_USEDEP}]