Merge lp://staging/~zulcss/charm-helpers/virtualenv into lp://staging/charm-helpers
Proposed by
Chuck Short
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~zulcss/charm-helpers/virtualenv |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
9 lines (+1/-1) 1 file modified
charmhelpers/contrib/python/packages.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~zulcss/charm-helpers/virtualenv |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
charmers | Pending | ||
Review via email: mp+287467@code.staging.launchpad.net |
Description of the change
Always make sure we are using site packages.
With more recent versions of virtualenv, not using the system site packages has become the default which prevents software like openstack from installing properly.
To post a comment you must log in.
Unmerged revisions
- 534. By Chuck Short
-
Use system site packages