From: Michael Lauer Date: Sun, 4 Apr 2004 17:30:27 +0000 (+0000) Subject: python-pyx depends on kpsewhich-native X-Git-Tag: Release-2010-05/1~19764 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a7886e706dd684e89cfadf5eedcb7c10bb056d;p=openembedded.git python-pyx depends on kpsewhich-native BKrev: 40704633iSr9yRH9E9I8xC_djiiKFQ --- diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe index 82719db04c..aebd5770cd 100644 --- a/python/python-pyx_0.6.oe +++ b/python/python-pyx_0.6.oe @@ -5,7 +5,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " RDEPENDS = "python-core" -DEPENDS = "virtual/libc" +DEPENDS = "virtual/libc kpsewhich-native" SRCNAME = "PyX" SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz"