summaryrefslogtreecommitdiff
path: root/python/python-hmm_0.4.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-04 16:21:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-04 16:21:10 +0000
commit730b3ae85429d2c16c04bd999a9212c3ae35cd76 (patch)
tree65730d98e8fe351325fe7566a71915ddf2de524b /python/python-hmm_0.4.oe
parent2972e58e9010648388e637b97bd385d29ccd03cb (diff)
python-hmm depends on python-numeric
BKrev: 407035f6jN91c5RUxujnNN_5eFBuyQ
Diffstat (limited to 'python/python-hmm_0.4.oe')
-rw-r--r--python/python-hmm_0.4.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe
index 520a9c4044..498e878581 100644
--- a/python/python-hmm_0.4.oe
+++ b/python/python-hmm_0.4.oe
@@ -5,7 +5,7 @@ SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-numeric"
-DEPENDS = "virtual/libc"
+DEPENDS = "virtual/libc python-numeric"
SRCNAME = "hmm"
SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"