diff options
Diffstat (limited to 'python/python-sqlite_0.5.0.oe')
-rw-r--r-- | python/python-sqlite_0.5.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index e7f3331d5d..b0cf00c03b 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-re python-lang" -DEPENDS = "virtual/libc sqlite" +DEPENDS = "sqlite" SRCNAME = "pysqlite" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |