summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-04 17:30:27 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-04 17:30:27 +0000
commitc5a7886e706dd684e89cfadf5eedcb7c10bb056d (patch)
treecd7f5ca00204ec8ab19c0aec72788bbce7dc1db1
parent730b3ae85429d2c16c04bd999a9212c3ae35cd76 (diff)
python-pyx depends on kpsewhich-native
BKrev: 40704633iSr9yRH9E9I8xC_djiiKFQ
-rw-r--r--python/python-pyx_0.6.oe2
1 files changed, 1 insertions, 1 deletions
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 <mickey@Vanille.de>"
RDEPENDS = "python-core"
-DEPENDS = "virtual/libc"
+DEPENDS = "virtual/libc kpsewhich-native"
SRCNAME = "PyX"
SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz"