diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-16 10:40:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-16 10:40:42 +0000 |
commit | 79dc067310d6c001be1202cec45ff458356e3942 (patch) | |
tree | 6ebc66efc02fefed23c3d2e05d47c0d5c139d5f6 /meta | |
parent | 7a60ccc2d273f1d2f37dcfe8466986da8c588785 (diff) |
fix typo in task-python-everything
BKrev: 4170faaaATw7lX8e7FFydTLA2SXbtA
Diffstat (limited to 'meta')
-rw-r--r-- | meta/task-python-everything_0.9.0.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/task-python-everything_0.9.0.oe b/meta/task-python-everything_0.9.0.oe index babfe07233..33c7bc20c5 100644 --- a/meta/task-python-everything_0.9.0.oe +++ b/meta/task-python-everything_0.9.0.oe @@ -1,5 +1,6 @@ DESCRIPTION= "All of Python" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +PR = "r1" DEPENDS = " python-ao \ python-constraint \ python-crypto \ @@ -36,7 +37,7 @@ DEPENDS = " python-ao \ python-sgmlop \ python-snmplib \ python-soappy \ - python-sqlite \ + python-pysqlite \ python-tlslite \ python-vmaps \ python-vorbis " |