diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-13 17:36:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-13 17:36:47 +0200 |
commit | 5ff6575b081deaf1666c32c42f4036f4a4dc87a6 (patch) | |
tree | b2fe6501fffeb05a5cbb45c497616065b4ee3b92 | |
parent | ba8a082493043e71a739e1a822383216ab20c49d (diff) |
gnu: python-rpy2: Add "zlib" to native-inputs.
* gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib".
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |