gpsd: remove python-ncurses dependency from gspd, it's actually python-curses we...
authorMichael Lauer <mickey@vanille-media.de>
Sat, 16 Feb 2008 13:24:03 +0000 (13:24 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 16 Feb 2008 13:24:03 +0000 (13:24 +0000)
packages/gpsd/gpsd.inc
packages/python/python_2.5.1.bb

index d2630e5..f7952e0 100644 (file)
@@ -82,5 +82,5 @@ RDEPENDS_gps-utils = "python-pygps"
 
 DESCRIPTION_python-pygps = "Python bindings to gpsd"
 FILES_python-pygps = "${libdir}/*/site-packages/*"
-RDEPENDS_python-pygps = "python-core python-ncurses gpsd"
+RDEPENDS_python-pygps = "python-core python-curses gpsd"
 
index 5b15634..ecfedf1 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "python-native readline zlib gdbm openssl sqlite3 tcl tk"
 DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
 
 # NOTE: Keep the digit in sync with BASEREV in contrib/generate-manifest-2.5.py
-PR = "ml9"
+PR = "ml10"
 
 PYTHON_MAJMIN = "2.5"
 
@@ -103,5 +103,3 @@ FILES_python-misc = "${libdir}/python${PYTHON_MAJMIN}"
 PACKAGES += "python-man"
 FILES_python-man = "${datadir}/man"
 
-PACKAGES_DYNAMIC += "python-ncurses"
-