diff options
Diffstat (limited to 'packages/freesmartphone/mickeyterm_git.bb')
-rw-r--r-- | packages/freesmartphone/mickeyterm_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/freesmartphone/mickeyterm_git.bb b/packages/freesmartphone/mickeyterm_git.bb index 26c257b57f..243354cc91 100644 --- a/packages/freesmartphone/mickeyterm_git.bb +++ b/packages/freesmartphone/mickeyterm_git.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Mickey's Terminal Program" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" SECTION = "console/network" -DEPENDS = "python-serial" LICENSE = "GPLv2" PV = "2.9.0+gitr${SRCREV}" PR = "r0" @@ -16,7 +15,7 @@ do_install() { RDEPENDS_${PN} = "\ python-readline \ - python-serial \ + python-pyserial \ python-textutils \ python-threading \ " |