From 5a6ae94b2fafad1148f21a617295b941bc206851 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sat, 12 Sep 2020 07:57:17 -0400 Subject: [PATCH 86/86] gnu: poezio: Propagated certain dependencies. * gnu/packages/messaging.scm (poezio): Propagated certain dependencies. [inputs]: Move python-aiodns, python-cffi, python-potr, python-pyasn1, python-pyasn1-modules, python-pyinotify and python-slixmpp to ... [propagated-inputs]: ... here. The above changes satisfy install.requires and extras.require sections of setup.py. --- gnu/packages/messaging.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8f1c71563c..5f4e13365f 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -154,17 +154,18 @@ ("python-setuptools" ,python-setuptools) ("python-sphinx" ,python-sphinx))) (inputs + `(("python-aiohttp" ,python-aiohttp) + ("python-mpd2" ,python-mpd2) + ("python-pycares" ,python-pycares) + ("python-pygments" ,python-pygments) + ("python-qrcode" ,python-qrcode))) + (propagated-inputs `(("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-qrcode" ,python-qrcode) ("python-slixmpp" ,python-slixmpp))) (synopsis "Console Jabber/XMPP Client") (description "Poezio is a free console XMPP client (the protocol on which -- 2.28.0