From 5ff6575b081deaf1666c32c42f4036f4a4dc87a6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 13 Oct 2015 17:36:01 +0200 Subject: gnu: python-rpy2: Add "zlib" to native-inputs. * gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib". --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1a2928c052..399c23fc0c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3232,7 +3232,8 @@ operators such as union, intersection, and difference.") ("pcre" ,pcre) ("r" ,r))) (native-inputs - `(("python-setuptools" ,python-setuptools))) + `(("python-setuptools" ,python-setuptools) + ("zlib" ,zlib))) (home-page "http://rpy.sourceforge.net/") (synopsis "Python interface to the R language") (description "rpy2 is a redesign and rewrite of rpy. It is providing a -- cgit 1.4.1