1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 08:22:07 +02:00
relenv version 0.16.0 bundled with SaltStack 3007.1 has a bug that
prevents the installation of the PyPI package "mysqlclient".

This change applies a known workaround to enable the package to
install in the Salt minion onedir.
This commit is contained in:
Nick Liu
2025-01-03 19:20:24 +01:00
parent 092420bf61
commit 8a6919f2a3

View File

@@ -10,6 +10,9 @@ MySQLdb Python module for SaltStack:
- name: mysqlclient
- require:
- pkg: "Install Python module build dependencies"
- reload_modules: True
- extra_args:
- --no-build-isolation
Install LAMP stack:
pkg.installed: