summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-27 14:02:53 +0100
committerSam James <sam@gentoo.org>2023-05-27 14:03:08 +0100
commit19d05920ea8d2c712657e4dc8c1bf3c4c45112d0 (patch)
treebb3597c11267447f16501c13ba1e4f0207c63e89 /dev-util/pkgcheck
parentdev-cpp/rapidfuzz-cpp: Stabilize 1.11.3 ppc, #907155 (diff)
downloadgentoo-19d05920ea8d2c712657e4dc8c1bf3c4c45112d0.tar.gz
gentoo-19d05920ea8d2c712657e4dc8c1bf3c4c45112d0.tar.bz2
gentoo-19d05920ea8d2c712657e4dc8c1bf3c4c45112d0.zip
dev-util/pkgcheck: fix typo
Fixes: a0eece665f3c1c43e6bed799ead6190591296cfa Closes: https://bugs.gentoo.org/907248 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.10.24.ebuild2
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild
index 2a3ddbf5026a..2f2baf83328c 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild
@@ -74,7 +74,7 @@ src_compile() {
}
python_test() {
- if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}" ; then
+ if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}]" ; then
EPYTEST_DESELECT=(
tests/checks/test_all.py::TestNetworkCheck::test_network_enabled
)
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 223c78696997..25fe3d8378ba 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -74,7 +74,7 @@ src_compile() {
}
python_test() {
- if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}" ; then
+ if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}]" ; then
EPYTEST_DESELECT=(
tests/checks/test_all.py::TestNetworkCheck::test_network_enabled
)