Use Python 3 for layered charms #55

Merged
merged 2 commits into from Dec 4, 2015

Conversation

Projects
None yet
2 participants

@johnsca johnsca referenced this pull request in juju-solutions/layer-basic Dec 1, 2015

Merged

Use Python 3 for layers #10

Owner

marcoceppi commented Dec 1, 2015

Does this mean python3-pip and python3-dev are required deps for charm-tools?

Member

johnsca commented Dec 1, 2015

It would depend on python3 and python3-pip until we remove the InstallerTactic. The WheelhouseTactic uses virtualenv, so I'm not sure if that requires python3-pip or not.

I can't see why it would depend on python3-dev

Edit: Correction, python-virtualenv and python3 are required, but not python3-pip nor python3-dev.

@marcoceppi marcoceppi modified the milestones: 1.9.4, NEXT, 1.10.0 Dec 3, 2015

marcoceppi added a commit that referenced this pull request Dec 4, 2015

Merge pull request #55 from johnsca/python3
Use Python 3 for layered charms

@marcoceppi marcoceppi merged commit 395a2d6 into juju:master Dec 4, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment