commit: e985aa9aa7da2035c20ca3282497c6e11f51be00 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 22 14:06:59 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 22 14:07:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e985aa9a
dev-python/peewee: Add timezone-data test dependnency Closes: https://bugs.gentoo.org/935919 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/peewee/peewee-3.17.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/peewee/peewee-3.17.6.ebuild b/dev-python/peewee/peewee-3.17.6.ebuild index f30e804f1d91..d4201d49a2c0 100644 --- a/dev-python/peewee/peewee-3.17.6.ebuild +++ b/dev-python/peewee/peewee-3.17.6.ebuild @@ -37,6 +37,7 @@ BDEPEND=" test? ( dev-db/postgresql dev-python/psycopg:0[${PYTHON_USEDEP}] + sys-libs/timezone-data ) "
