diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-04 16:21:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-04 16:21:10 +0000 |
commit | 730b3ae85429d2c16c04bd999a9212c3ae35cd76 (patch) | |
tree | 65730d98e8fe351325fe7566a71915ddf2de524b /python | |
parent | 2972e58e9010648388e637b97bd385d29ccd03cb (diff) |
python-hmm depends on python-numeric
BKrev: 407035f6jN91c5RUxujnNN_5eFBuyQ
Diffstat (limited to 'python')
-rw-r--r-- | python/python-hmm_0.4.oe | 2 |
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" |