commit: cf08faa04acb9d3468a291e2d088500753deae47
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 9 11:56:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 9 12:05:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf08faa0
net-mail/automx2: adjust dependencies to RDEPEND
We don't actually need these at install time.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/automx2/automx2-2021.2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-mail/automx2/automx2-2021.2.ebuild
b/net-mail/automx2/automx2-2021.2.ebuild
index f69b672b1ff..05a59419dee 100644
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ b/net-mail/automx2/automx2-2021.2.ebuild
@@ -16,12 +16,13 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
-BDEPEND="acct-user/automx2
+BDEPEND="acct-user/automx2"
+RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-migrate[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
- dev-python/ldap3[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
+ dev-python/ldap3[${PYTHON_USEDEP}]
+"
python_prepare_all() {
sed -i -e "/('scripts'/d" setup.py || die