From 70658e4b52819cb2c5ceb189d98b2e3bbda26d4f Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Thu, 24 Jan 2019 03:27:39 +0300 Subject: gn: Add new dependency. * gn/packages/genenetwork2.scm (python-pillow): New dependency. --- gn/packages/genenetwork.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gn/packages') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index f4e1372..fd07f05 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -243,6 +243,7 @@ location of a putative QTL.") ("nginx" ,nginx) ("python2-flask" ,python2-flask) ("gunicorn" ,gunicorn) + ("python2-pillow" ,python2-pillow) ("python2-cssselect" ,python2-cssselect) ("python2-elasticsearch" ,python2-elasticsearch) ("python2-htmlgen-gn" ,python2-htmlgen-gn) @@ -260,10 +261,10 @@ location of a putative QTL.") ("python2-parallel" ,python2-parallel) ("python2-parameterized" ,python2-parameterized) ("python2-passlib" ,python2-passlib) - ("python2-piddle-gn" ,python2-piddle-gn) + ;; ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) ("python2-requests" ,python2-requests) - ("python2-pil1" ,python2-pil1) ; should move to pillow some day + ; ("python2-pil1" ,python2-pil1) ; should move to pillow some day ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) -- cgit v1.2.3 From f5bc342188b1b9156b0f960a3a6bb5f7069c07ba Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Mon, 18 Feb 2019 14:56:46 +0300 Subject: Add (gnu packages python-xyz) module. * To find definitions of some packages like python2-pillow and python2-setuptools, there was need to use the (gnu packages python-xyz) module. This commit imports that module. --- gn/packages/genenetwork.scm | 1 + gn/packages/statistics.scm | 1 + 2 files changed, 2 insertions(+) (limited to 'gn/packages') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index fd07f05..4450bfa 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -39,6 +39,7 @@ #:use-module (gnu packages python-crypto) #:use-module (gnu packages python) #:use-module (gnu packages python-web) + #:use-module (gnu packages python-xyz) #:use-module (gnu packages statistics) #:use-module (gnu packages tbb) #:use-module (gnu packages textutils) diff --git a/gn/packages/statistics.scm b/gn/packages/statistics.scm index ee10224..edc9ab7 100644 --- a/gn/packages/statistics.scm +++ b/gn/packages/statistics.scm @@ -31,6 +31,7 @@ #:use-module (gnu packages popt) #:use-module (gnu packages protobuf) #:use-module (gnu packages python) + #:use-module (gnu packages python-xyz) #:use-module (gnu packages ruby) #:use-module (gnu packages statistics) #:use-module (gnu packages tbb) -- cgit v1.2.3