Skip to content

Commit

Permalink
dev-util/pkgcheck: Add missing test deps
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/810820
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 28, 2021
1 parent e23ecbc commit 021a15b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
6 changes: 5 additions & 1 deletion dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion dev-util/pkgcheck/pkgcheck-0.10.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions dev-util/pkgcheck/pkgcheck-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 021a15b

Please sign in to comment.