]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: adapt for Python 3
authorRoss Burton <ross.burton@intel.com>
Sun, 5 Jun 2016 21:52:42 +0000 (22:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Jun 2016 22:39:43 +0000 (23:39 +0100)
commit554719e3f65e468f89a96d4869766d3ff7a8012e
tree97881fa5fdca5d4b776956709475a35114400d4c
parent84fe3f29f2bdaf98c9beefdfede143084fba093b
lib/oe/package_manager: adapt for Python 3

string.rstrip() doesn't exist in Python 3, so use the .rstrip method on the
object itself instead.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py