From fc85943854ac10b9478a47a565a087bdd97594bc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 17 Mar 2020 08:48:44 +0100 Subject: www-servers/automx2: Fix dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-servers/automx2/automx2-2019.0.ebuild | 6 ++---- www-servers/automx2/automx2-2020.1.ebuild | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'www-servers') 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() { -- cgit v1.2.3-65-gdbad