commit: 7f21594a3fb40b3e322d535b00a1b1fac2f37187 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Jan 22 17:41:54 2024 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Mon Jan 22 17:51:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f21594a
dev-python/aiomysql: sync with databases.eclass Closes: https://bugs.gentoo.org/881609 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/aiomysql/aiomysql-0.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/aiomysql/aiomysql-0.1.1.ebuild b/dev-python/aiomysql/aiomysql-0.1.1.ebuild index 0b763cf6eb..3972e4ba0a 100644 --- a/dev-python/aiomysql/aiomysql-0.1.1.ebuild +++ b/dev-python/aiomysql/aiomysql-0.1.1.ebuild @@ -23,6 +23,7 @@ RDEPEND="dev-python/pymysql[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( + ${DATABASES_DEPEND[mysql]} $(python_gen_impl_dep "ssl") dev-python/sqlalchemy[${PYTHON_USEDEP}] dev-python/uvloop[${PYTHON_USEDEP}]
