canonical / charmed-mysql-snap

SNAP for Charmed MySQL charm.
https://snapcraft.io/charmed-mysql
Apache License 2.0
0 stars 4 forks source link

`mysqlsh` python mode broken after switching to PPA #31

Closed carlcsaposs-canonical closed 1 year ago

carlcsaposs-canonical commented 1 year ago

Steps to reproduce

  1. Install snap
  2. charmed-mysql.mysqlsh --py

Expected behavior

$ charmed-mysql.mysqlsh --py
MySQL Shell 8.0.33

Copyright (c) 2016, 2023, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

Type '\help' or '\?' for help; '\quit' to exit.
 MySQL  Py > 

Actual behavior

$ charmed-mysql.mysqlsh --py
Python is not supported.

Versions

Operating system: Ubuntu 22.04.2 LTS

Working on snap revision 53, broken on revision 54 (switched to PPA in #27)

Additional context

https://chat.canonical.com/canonical/pl/o99gh7rfc3f3tc7wf3pk4umojh

github-actions[bot] commented 1 year ago

https://warthogs.atlassian.net/browse/DPE-2139

carlcsaposs-canonical commented 1 year ago

PPA updated; fixed indirectly by #30