summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2020-06-20 17:44:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2020-06-20 17:45:07 +0000
commit9b3cf3233998f6f907b97599d8630036c2f4a1bf (patch)
treefa4483b0233c51a1c88051191041c7f4a01a8915 /dev-db
parentnet-proxy/mitmproxy: drop py3.6 only version (diff)
downloadgentoo-9b3cf3233998f6f907b97599d8630036c2f4a1bf.tar.gz
gentoo-9b3cf3233998f6f907b97599d8630036c2f4a1bf.tar.bz2
gentoo-9b3cf3233998f6f907b97599d8630036c2f4a1bf.zip
dev-db/pgxnclient: Add missing test deps
Fix #726956 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgxnclient/pgxnclient-1.3-r1.ebuild (renamed from dev-db/pgxnclient/pgxnclient-1.3.ebuild)8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-db/pgxnclient/pgxnclient-1.3.ebuild b/dev-db/pgxnclient/pgxnclient-1.3-r1.ebuild
index 586f7287262e..7b785a380af5 100644
--- a/dev-db/pgxnclient/pgxnclient-1.3.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -28,8 +28,10 @@ distutils_enable_tests pytest
RDEPEND="dev-db/postgresql:*[server]
dev-python/six[${PYTHON_USEDEP}]
"
-DEPEND+="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/pytest-runner[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}] )
"
src_prepare() {