From eeb1565fb410aef1257b77dea4c6f5e102f1577e Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 13 Dec 2018 02:39:19 +0400 Subject: [PATCH] python3-slixmpp: fix deps --- srcpkgs/python3-slixmpp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template index 16fdea7d822..a2f47130dc9 100644 --- a/srcpkgs/python3-slixmpp/template +++ b/srcpkgs/python3-slixmpp/template @@ -1,14 +1,14 @@ # Template file for 'python3-slixmpp' pkgname=python3-slixmpp version=1.4.1 -revision=1 +revision=2 wrksrc="slixmpp-${version}" build_style=python3-module pycompile_module="slixmpp" hostmakedepends="pkg-config python3-setuptools python3-Cython" makedepends="python3-devel libidn-devel" +depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp" checkdepends="python3-pytest gnupg" -depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules" short_desc="An elegant Python library for XMPP" maintainer="Franklin Delehelle " license="MIT"