From: Michael Lauer Date: Sun, 4 Apr 2004 16:21:10 +0000 (+0000) Subject: python-hmm depends on python-numeric X-Git-Tag: Release-2010-05/1~19765 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730b3ae85429d2c16c04bd999a9212c3ae35cd76;p=openembedded.git python-hmm depends on python-numeric BKrev: 407035f6jN91c5RUxujnNN_5eFBuyQ --- 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 " 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"