diff options
-rw-r--r-- | packages/python/python-imaging_1.1.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/python/python-imaging_1.1.5.bb b/packages/python/python-imaging_1.1.5.bb index ddd3eef863..6814287768 100644 --- a/packages/python/python-imaging_1.1.5.bb +++ b/packages/python/python-imaging_1.1.5.bb @@ -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" |