mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-python/pg8000: sync with databases.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -5,6 +5,8 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
declare -A DATABASES_REQ_USE=( [postgres]="xml" )
|
||||
|
||||
inherit databases distutils-r1 edo pypi
|
||||
|
||||
DESCRIPTION="PostgreSQL interface library"
|
||||
@@ -24,8 +26,7 @@ RDEPEND="
|
||||
BDEPEND="
|
||||
dev-python/versioningit[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
$(python_gen_impl_dep "ssl")
|
||||
$(epostgres --get-depend "xml")
|
||||
${DATABASES_DEPEND[postgres]}
|
||||
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user