Description of problem: When I use the pulp-dev.py script on master I do not receive Django on my system. Version-Release number of selected component (if applicable): Master How reproducible: Always Steps to Reproduce: 1. Get a fresh linux machine 2. Install pulp dev environment using pulp-dev.py 3. Observe that Django is missing. `import django` fails in a Python interpreter. Actual results: Django fails to import Expected results: I expect Django will be imported. Additional info: Django is available via rpm. On EL6 it is called 'Django14', and on all other target platforms it is called 'python-django'. It is also available on PyPI, but we should be testing against the RPM versions.
Moved to https://pulp.plan.io/issues/709