Issue #709
closedDjango is not installed by pulp-dev.py script
Description
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.
+ This bug was cloned from Bugzilla Bug #1195254 +
Updated by jcline@redhat.com over 7 years ago
- Status changed from NEW to 5
- Assignee set to rbarlow
- Platform Release set to 2.8.0
As of 2.8.0 Django is included in the server setup.py. In addition, we have Ansible (woo!)
Updated by dkliban@redhat.com over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE