Merge lp:~zulcss/nova/nova-fix-setup-deps into lp:~openstack-ubuntu-testing/nova/havana

Proposed by Chuck Short
Status: Merged
Approved by: Yolanda Robla
Approved revision: 580
Merged at revision: 580
Proposed branch: lp:~zulcss/nova/nova-fix-setup-deps
Merge into: lp:~openstack-ubuntu-testing/nova/havana
Diff against target: 39 lines (+19/-0)
3 files modified
debian/changelog (+8/-0)
debian/patches/fix-setup-version-dependency.patch (+10/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~zulcss/nova/nova-fix-setup-deps
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+167048@code.launchpad.net

Description of the change

hardcode pbr and dto1 in setup.py

To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-05-31 12:55:48 +0000
3+++ debian/changelog 2013-06-03 14:18:26 +0000
4@@ -1,3 +1,11 @@
5+nova (1:2013.2.a973.g0afcc05-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * debian/patches/fix-setup-version-dependency.patch: Hard
9+ code dependencies for pbr and d2to1.
10+
11+ -- Chuck Short <zulcss@ubuntu.com> Mon, 03 Jun 2013 08:52:36 -0500
12+
13 nova (1:2013.2~b1-0ubuntu1) saucy; urgency=low
14
15 [ Chuck Short ]
16
17=== added file 'debian/patches/fix-setup-version-dependency.patch'
18--- debian/patches/fix-setup-version-dependency.patch 1970-01-01 00:00:00 +0000
19+++ debian/patches/fix-setup-version-dependency.patch 2013-06-03 14:18:26 +0000
20@@ -0,0 +1,10 @@
21+diff -Naupr nova-2013.2.a973.g0afcc05.orig/setup.py nova-2013.2.a973.g0afcc05/setup.py
22+--- nova-2013.2.a973.g0afcc05.orig/setup.py 2013-06-03 08:43:16.000000000 -0500
23++++ nova-2013.2.a973.g0afcc05/setup.py 2013-06-03 08:48:06.825292822 -0500
24+@@ -17,5 +17,5 @@
25+ import setuptools
26+
27+ setuptools.setup(
28+- setup_requires=['d2to1', 'pbr'],
29++ setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
30+ d2to1=True)
31
32=== modified file 'debian/patches/series'
33--- debian/patches/series 2013-05-29 19:17:52 +0000
34+++ debian/patches/series 2013-06-03 14:18:26 +0000
35@@ -3,3 +3,4 @@
36 avoid_requirements_cheetah.patch
37 path-to-the-xenhost.conf-fixup.patch
38 fix-docs-build-without-network.patch
39+fix-setup-version-dependency.patch

Subscribers

People subscribed via source and target branches