commit: 021a15b57d353e418bec3e4ebdc85fb3d5d2f029 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 28 19:13:30 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 28 19:13:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021a15b5
dev-util/pkgcheck: Add missing test deps Closes: https://bugs.gentoo.org/810820 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/pkgcheck/pkgcheck-0.10.3.ebuild | 6 +++++- dev-util/pkgcheck/pkgcheck-0.10.5.ebuild | 6 +++++- dev-util/pkgcheck/pkgcheck-9999.ebuild | 9 +++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild index d347d42a40a..8e372ddc4c4 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild @@ -37,7 +37,11 @@ RDEPEND+=" >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + ) " distutils_enable_tests setup.py diff --git a/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild index fecb6baf36a..5cce16c33f1 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild @@ -38,7 +38,11 @@ RDEPEND+=" >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + ) " distutils_enable_tests setup.py diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 9a255efb057..5cce16c33f1 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 optfeature @@ -37,7 +38,11 @@ RDEPEND+=" >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + ) " distutils_enable_tests setup.py
