Update poezio-0.9.ebuild

This commit is contained in:
KronoZed 2016-02-10 17:05:26 +03:00
parent 7121fc33ea
commit 9c142f0780
1 changed files with 5 additions and 2 deletions

View File

@ -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()
{