Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install python modules required for embedded ansible credentials #341

Merged
merged 2 commits into from
Aug 9, 2019

Commits on Aug 9, 2019

  1. Install python modules required for embedded ansible credentials

    We install these into a new venv so that we don't conflict with
    appliance python packages.
    
    This list is taken from `pip freeze -l` on an appliance with the
    ansible-tower-venv-ansible rpm installed
    carbonin committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4e6ae89 View commit details
    Browse the repository at this point in the history
  2. Add python-devel

    This is needed for building python modules as we install via pip
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1734129
    carbonin committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    23df7d9 View commit details
    Browse the repository at this point in the history