-
Notifications
You must be signed in to change notification settings - Fork 794
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
Fix package for python bindings on Ubuntu 20.04 #1323
Conversation
The default python version on Ubuntu 20.04 is python3 thus the current package is wrong. This changes the package to use python3-mysqldb.
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
Closing and re-opening the PR to kick the tests again (some issue triggering from TravisCI directly) |
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
mysql::params is a classBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 142 of 575 indexed public
|
@tobias-urdin apologies for the opening and closing of your PR I was trying to get Travis passing as the following was merged: #1338 However I have hit new issues now but I am working on them. |
@pmcmaw No worries, thanks for fixing the failed testing! :) |
Travis is running green, although showing still in progress on the UI. Build can be seen here: https://travis-ci.org/github/puppetlabs/puppetlabs-mysql/builds/740943247 Merging. Again @tobias-urdin I would like to thank you for your contribution to our module and your patience. |
The default python version on Ubuntu 20.04 is
python3 thus the current package is wrong.
This changes the package to use python3-mysqldb.