Skip to content

Commit

Permalink
src/meta-openembedded:python-jsonpatch: fix do_install failure with p…
Browse files Browse the repository at this point in the history
…y2 build

The following error is seen when do_install is run

| UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in
| position 16: ordinal not in range(128) ERROR: python setup.py
| install execution failed.

This is reported in the upstream project as part of pull request #81
stefankoegl/python-json-patch#81

Since a release is not yet available with the required fix we must
apply the fix as a patch.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
  • Loading branch information
masselstine authored and akuster committed Apr 9, 2018
1 parent a14a6c9 commit 6bc21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta-openembedded
Submodule meta-openembedded updated from 3ab674 to 3aa3c3

0 comments on commit 6bc21d8

Please sign in to comment.