| Submitter | Christian Charreyre |
|---|---|
| Date | April 27, 2011, 3 p.m. |
| Message ID | <4DB82F84.3090407@cioinfoindus.fr> |
| Download | mbox | patch |
| Permalink | /patch/3011/ |
| State | Superseded |
| Headers | show |
Comments
Dear Christian, the same comments as to `[PATCH 1/2] mypaint: new recipe for version 0.9.1` apply hear to. Just a few remarks. I am in a hurry so please excuse the brevity. Am Mittwoch, den 27.04.2011, 17:00 +0200 schrieb Christian Charreyre: […] > From 0ba53d830cbc429082244be68de367750b2f3702 Mon Sep 17 00:00:00 2001 > From: C. Charreyre<christian.charreyre@cioinfoindus.fr> > Date: Thu, 21 Apr 2011 16:26:38 +0200 > Subject: [PATCH] python-numpy: add missing release dependencies > necessaries for mypaint I think `RDEPENDS` stands for runtime dependencies. What error message is mypaint throwing? > Signed-off-by: C. Charreyre<christian.charreyre@cioinfoindus.fr> > --- > recipes/python/python-numpy_1.1.1.bb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/recipes/python/python-numpy_1.1.1.bb > b/recipes/python/python-numpy_1.1.1.bb > index f5c23e0..9dda508 100644 > --- a/recipes/python/python-numpy_1.1.1.bb > +++ b/recipes/python/python-numpy_1.1.1.bb > @@ -4,6 +4,8 @@ PRIORITY = "optional" > LICENSE = "PSF" > PR = "ml0" > > +RDEPENDS_${PN} = "python-compiler python-pkgutil python-pydoc > python-mmap python-unittest" Please sort it also. > + > SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ > file://unbreak-assumptions.diff \ > file://trycompile.diff \ Otherwise this looks good. Thanks, Paul
Patch
diff --git a/recipes/python/python-numpy_1.1.1.bb b/recipes/python/python-numpy_1.1.1.bb index f5c23e0..9dda508 100644 --- a/recipes/python/python-numpy_1.1.1.bb +++ b/recipes/python/python-numpy_1.1.1.bb @@ -4,6 +4,8 @@ PRIORITY = "optional" LICENSE = "PSF" PR = "ml0" +RDEPENDS_${PN} = "python-compiler python-pkgutil python-pydoc python-mmap python-unittest" + SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ file://unbreak-assumptions.diff \