guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: python-pika: Add inputs for test suite.


From: Leo Famulari
Subject: 05/05: gnu: python-pika: Add inputs for test suite.
Date: Sun, 30 Oct 2016 01:44:31 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 269d9172ff037bd41bee3777166b3bc14d93f745
Author: Leo Famulari <address@hidden>
Date:   Sat Oct 29 21:34:32 2016 -0400

    gnu: python-pika: Add inputs for test suite.
    
    * gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add
    python-pyev, python-tornado.
---
 gnu/packages/python.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dcc72b3..7cfbd99 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9589,7 +9589,9 @@ focus on event-based network programming and 
multiprotocol integration.")
           "0nb4h08di432lv7dy2v9kpwgk0w92f24sqc2hw2s9vwr5b8v8xvj"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-twisted" ,python-twisted)))
+     `(("python-pyev" ,python-pyev)
+       ("python-tornado" ,python-tornado)
+       ("python-twisted" ,python-twisted)))
     (home-page "https://pika.readthedocs.org";)
     (synopsis "Pure Python AMQP Client Library")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]