From: MichaƂ Bartoszkiewicz Date: Tue, 20 Oct 2020 17:30:52 +0000 (+0200) Subject: www-apps/bzium-lister: Python 3.8 support X-Git-Url: https://git.bzium.org/embe/overlay.git/commitdiff_plain/7391efc7afac79b9a54dec9f8fa93876bf9d361b www-apps/bzium-lister: Python 3.8 support --- diff --git a/www-apps/bzium-lister/bzium-lister-0.1.0.ebuild b/www-apps/bzium-lister/bzium-lister-0.1.0.ebuild index 1b01535..56dc753 100644 --- a/www-apps/bzium-lister/bzium-lister-0.1.0.ebuild +++ b/www-apps/bzium-lister/bzium-lister-0.1.0.ebuild @@ -1,6 +1,6 @@ EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 MY_PN="${PN/-/.}" @@ -22,6 +22,7 @@ RDEPEND=" dev-python/toml[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/PyICU[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/backports-zoneinfo[${PYTHON_USEDEP}]' python3_8) " python_prepare_all()