plone / ansible.plone_server

Ansible role to create a plone server
Other
9 stars 16 forks source link

new tasks to install centos7 virtualenv buildout requirement #108

Closed cjsteel closed 7 years ago

cjsteel commented 7 years ago

added task to install required packages to the virtualenv for buildout. Ubuntu and other Centos versions include the packages by default in new virtualenvs:

smcmahon commented 7 years ago

I don't understand why we need this. Those packages aren't necessary to run zc.buildout, and that's the only thing we're running out of our virtualenv. Is there a version of zc.buildout that doesn't have the right dependencies specified?

cjsteel commented 7 years ago

Hi Steve,

In my experience buildout fails if these packages are not installed in the virtualenv on CentOS7 when using the provided VagrantFile. The command I used was:

vagrant up centos7.

Cheers,

Christopher Steel

On Sat, Jun 24, 2017 at 6:09 PM, Steve McMahon notifications@github.com wrote:

I don't understand why we need this. Those packages aren't necessary to run zc.buildout, and that's the only thing we're running out of our virtualenv. Is there a version of zc.buildout that doesn't have the right dependencies specified?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/plone/ansible.plone_server/pull/108#issuecomment-310868791, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFX72aQ_zMKujZPoTo85qIclL9_COHnks5sHYklgaJpZM4NDtQg .