Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12.x] Fix two Python 3 incompatibilities in the zypper module #1760

Merged
merged 1 commit into from
May 15, 2020

Conversation

vpodzime
Copy link
Contributor

process.stdout is of type 'bytes' in Python 3 and needs to be
decoded to get a 'string' object.

Ticket: CFE-3364
Changelog: The zypper module is now fully compatible with Python 3
(cherry picked from commit ba32c3e)

Conflicts:
modules/packages/zypper.in

process.stdout is of type 'bytes' in Python 3 and needs to be
decoded to get a 'string' object.

Ticket: CFE-3364
Changelog: The zypper module is now fully compatible with Python 3
(cherry picked from commit ba32c3e)

Conflicts:
  modules/packages/zypper.in
@vpodzime vpodzime merged commit 5fc32b5 into cfengine:3.12.x May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant