python-imaging 1.1.5: add python stringold and lang run time depends
authorCliff Brake <cbrake@bec-systems.com>
Wed, 31 May 2006 18:40:31 +0000 (18:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 31 May 2006 18:40:31 +0000 (18:40 +0000)
packages/python/python-imaging_1.1.5.bb

index ddd3eef..6814287 100644 (file)
@@ -3,8 +3,11 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "freetype jpeg tiff"
+RDEPENDS = "python-lang python-stringold"
 SRCNAME = "Imaging"
 
+PR = "r1"
+
 SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
 file://path.patch;patch=1"