summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/automx2/automx2-2021.2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/automx2/automx2-2021.2.ebuild b/net-mail/automx2/automx2-2021.2.ebuild
index f69b672b1ff4..05a59419dee1 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