diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2023-05-25 14:12:00 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-08 20:07:34 +0000 |
commit | cd048e11c4600636714051c787264a52be19c3f8 (patch) | |
tree | 83ae818e2033f499e24bdf911b1b6f5767bf369c /recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch | |
parent | e1be40b7a57547068d254110dad092ff153fe67b (diff) | |
download | meta-cloud-services-cd048e11c4600636714051c787264a52be19c3f8.tar.gz |
python3-ansible: Add locale-base-en-us to RDEPENDS
Fixes:
# export LANG='en_US.UTF-8'
# ansible --version
ERROR: Ansible requires the locale encoding to be UTF-8; Detected None.
# python3
Python 3.10.9 (main, Dec 6 2022, 18:44:57) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.setlocale(locale.LC_CTYPE, ("en_US", "UTF-8"))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.10/locale.py", line 620, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
>>>
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch')
0 files changed, 0 insertions, 0 deletions