diff options
Diffstat (limited to 'python/python-hmm_0.4.oe')
-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" |