commit:     19d05920ea8d2c712657e4dc8c1bf3c4c45112d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 13:02:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 13:03:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d05920

dev-util/pkgcheck: fix typo

Fixes: a0eece665f3c1c43e6bed799ead6190591296cfa
Closes: https://bugs.gentoo.org/907248
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/pkgcheck/pkgcheck-0.10.24.ebuild | 2 +-
 dev-util/pkgcheck/pkgcheck-9999.ebuild    | 2 +-
 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
                )

Reply via email to