Update poezio-0.9.ebuild
This commit is contained in:
parent
7121fc33ea
commit
9c142f0780
|
@ -18,8 +18,11 @@ KEYWORDS="~amd64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
#dnspython dep is optional and skipped (requires privately patched, python3 version)
|
#dnspython dep is optional and skipped (requires privately patched, python3 version)
|
||||||
DEPEND=">=dev-python/sleekxmpp-1.0_beta5"
|
RDEPEND="=dev-python/slixmpp-9999[${PYTHON_USEDEP}]
|
||||||
RDEPEND="${DEPEND}"
|
${PYTHON_DEPS}
|
||||||
|
otr? ( dev-python/pycrypto[${PYTHON_USEDEP}]
|
||||||
|
dev-python/potr[${PYTHON_USEDEP}] )"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
src_install()
|
src_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue