diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:48:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 09:07:45 +0100 |
commit | fc85943854ac10b9478a47a565a087bdd97594bc (patch) | |
tree | b7423e3a59b3c9562feb7dd522c651125aaf5b8c /www-servers | |
parent | dev-python/sympy: Clean py2 deps up (diff) | |
download | gentoo-fc85943854ac10b9478a47a565a087bdd97594bc.tar.gz gentoo-fc85943854ac10b9478a47a565a087bdd97594bc.tar.bz2 gentoo-fc85943854ac10b9478a47a565a087bdd97594bc.zip |
www-servers/automx2: Fix dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/automx2/automx2-2019.0.ebuild | 6 | ||||
-rw-r--r-- | www-servers/automx2/automx2-2020.1.ebuild | 4 |
2 files changed, 3 insertions, 7 deletions
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() { |