AnsibleCheck / ansiblecheck

One Stop Solution For Checking Your Ansible Roles and Playbooks
MIT License
55 stars 6 forks source link

Clean Debian 8 (jessie) build #24

Closed lcaflc closed 7 years ago

lcaflc commented 7 years ago

Install python-wheel to use new PyPI binary distribution. Also fix pip call using new installed version in /usr/local/bin/

This way not all python packages are binary compiled. Unfortunally cryptography module need to compile against local libssl-dev so we cannot remove the build-essentials requirements.

lcaflc commented 7 years ago

Thank you