mirror of
https://github.com/e107inc/e107.git
synced 2025-07-24 08:22:07 +02:00
ci: Workaround for https://github.com/saltstack/relenv/issues/182
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user