From: Michał Górny Date: Tue, 17 Mar 2020 07:48:44 +0000 (+0100) Subject: www-servers/automx2: Fix dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc85943854ac10b9478a47a565a087bdd97594bc;p=gentoo.git www-servers/automx2: Fix dependencies Signed-off-by: Michał Górny --- diff --git a/www-servers/automx2/automx2-2019.0.ebuild b/www-servers/automx2/automx2-2019.0.ebuild index bc55e2b7b7ec..62c3980bd7bf 100644 --- a/www-servers/automx2/automx2-2019.0.ebuild +++ b/www-servers/automx2/automx2-2019.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,9 +17,7 @@ KEYWORDS="~amd64" IUSE="doc" BDEPEND="acct-user/automx2 - $(python_gen_cond_dep \ - '>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]' python3_{7} - )" + >=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]" RDEPEND="${BDEPEND}" python_prepare_all() { diff --git a/www-servers/automx2/automx2-2020.1.ebuild b/www-servers/automx2/automx2-2020.1.ebuild index 1553bc9b4918..cce12b5bc749 100644 --- a/www-servers/automx2/automx2-2020.1.ebuild +++ b/www-servers/automx2/automx2-2020.1.ebuild @@ -17,9 +17,7 @@ KEYWORDS="~amd64" IUSE="doc" BDEPEND="acct-user/automx2 - $(python_gen_cond_dep \ - '>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]' python-3 - )" + >=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]" RDEPEND="${BDEPEND}" python_prepare_all() {