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 ee23f7d06a..a62fde1524 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core python-re python-lang sqlite" +RDEPENDS = "python-core python-re python-lang" DEPENDS = "virtual/libc sqlite" SRCNAME = "pysqlite" |