diff --git a/net-im/poezio/poezio-0.9.ebuild b/net-im/poezio/poezio-0.9.ebuild index 39bcbea..648cfe7 100644 --- a/net-im/poezio/poezio-0.9.ebuild +++ b/net-im/poezio/poezio-0.9.ebuild @@ -18,8 +18,11 @@ KEYWORDS="~amd64" IUSE="" #dnspython dep is optional and skipped (requires privately patched, python3 version) -DEPEND=">=dev-python/sleekxmpp-1.0_beta5" -RDEPEND="${DEPEND}" +RDEPEND="=dev-python/slixmpp-9999[${PYTHON_USEDEP}] + ${PYTHON_DEPS} + otr? ( dev-python/pycrypto[${PYTHON_USEDEP}] + dev-python/potr[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" src_install() {