From 1a44fd4f34b0e07e81459ad63651428a74c1ecc3 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sat, 12 Sep 2020 07:36:24 -0400 Subject: [PATCH 85/86] gnu: poezio: Add missing dependencies. * gnu/packages/messaging.scm (poezio): Add missing dependencies. [native-inputs]: Add python-cython. [inputs]: Add python-aiodns, python-aiohttp, python-cffi and python-pycares. The above changes satisfy dependencies mentioned in setup.py, requirements.txt and requirements-plugins.txt. --- gnu/packages/messaging.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1f41f0cb8b..8f1c71563c 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -150,16 +150,20 @@ #t))))) (native-inputs `(("pkg-config" ,pkg-config) + ("python-cython" ,python-cython) ("python-setuptools" ,python-setuptools) ("python-sphinx" ,python-sphinx))) (inputs - `(("python-mpd2" ,python-mpd2) + `(("python-aiodns" ,python-aiodns) + ("python-aiohttp" ,python-aiohttp) + ("python-cffi" ,python-cffi) + ("python-mpd2" ,python-mpd2) ("python-potr" ,python-potr) ("python-pyasn1" ,python-pyasn1) ("python-pyasn1-modules" ,python-pyasn1-modules) + ("python-pycares" ,python-pycares) ("python-pygments" ,python-pygments) ("python-pyinotify" ,python-pyinotify) - ;("python" ,python) ("python-qrcode" ,python-qrcode) ("python-slixmpp" ,python-slixmpp))) (synopsis "Console Jabber/XMPP Client") -- 2.28.0