commit:     499235550e76dfead2ad393660b25fe0b883aef1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 07:02:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 07:07:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49923555

dev-db/pgxnclient: [QA] Revert "Add missing test deps"

Depending on pytest-runner is banned (see: package.deprecated),
and the linked bug is about pip, not pytest-runner.

Reverts: 9b3cf3233998f6f907b97599d8630036c2f4a1bf
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{pgxnclient-1.3-r1.ebuild => pgxnclient-1.3.ebuild}           | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-db/pgxnclient/pgxnclient-1.3-r1.ebuild 
b/dev-db/pgxnclient/pgxnclient-1.3.ebuild
similarity index 85%
rename from dev-db/pgxnclient/pgxnclient-1.3-r1.ebuild
rename to dev-db/pgxnclient/pgxnclient-1.3.ebuild
index 7b785a380af..586f7287262 100644
--- a/dev-db/pgxnclient/pgxnclient-1.3-r1.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
@@ -28,10 +28,8 @@ distutils_enable_tests pytest
 RDEPEND="dev-db/postgresql:*[server]
        dev-python/six[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/pytest-runner[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}] )
+DEPEND+="${RDEPEND}
+       test? ( dev-python/mock[${PYTHON_USEDEP}] )
 "
 
 src_prepare() {

Reply via email to