From 4abd2effdb7b75ef57109c53b9983186c214b0dd Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Tue, 14 Jun 2016 16:51:00 -0300 Subject: [PATCH 5/5] gnu: Update python2-jsonrpclib --- gnu/packages/python.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e054c63..33bc932 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9025,8 +9025,10 @@ focus on event-based network programming and multiprotocol integration.") "02vgirw2bcgvpcxhv5hf3yvvb4h5wzd1lpjx8na5psdmaffj6l3z")))) (build-system python-build-system) (inputs - `(("python-setuptools" ,python-setuptools))) - (arguments `(#:tests? #f)) + `(("python2-setuptools" ,python2-setuptools))) + (arguments + `(#:tests? #f + #:python ,python-2)) (home-page "https://github.com/joshmarshall/jsonrpclib/") (synopsis "Implementation of JSON-RPC specification for Python") (description -- 2.7.4