Merge lp:~james-page/juju-deployer/pyyaml-fixup into lp:juju-deployer

Proposed by James Page
Status: Merged
Merge reported by: Kapil Thangavelu
Merged at revision: not available
Proposed branch: lp:~james-page/juju-deployer/pyyaml-fixup
Merge into: lp:juju-deployer
Diff against target: 12 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~james-page/juju-deployer/pyyaml-fixup
Reviewer Review Type Date Requested Status
Kapil Thangavelu Approve
Review via email: mp+223776@code.launchpad.net

Description of the change

Utopic now has PyYAML 3.11 - make the requirement a minimum of 3.10 for compat.

To post a comment you must log in.
Revision history for this message
Kapil Thangavelu (hazmat) wrote :

merged

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2014-04-21 18:01:51 +0000
3+++ setup.py 2014-06-19 15:40:23 +0000
4@@ -12,7 +12,7 @@
5 author="Kapil Thangavelu",
6 author_email="kapil.foss@gmail.com",
7 url="http://launchpad.net/juju-deployer",
8- install_requires=["jujuclient>=0.15", "PyYAML==3.10"],
9+ install_requires=["jujuclient>=0.15", "PyYAML>=3.10"],
10 packages=find_packages(),
11 classifiers=[
12 "Development Status :: 2 - Pre-Alpha",

Subscribers

People subscribed via source and target branches