Merge lp:~frankban/juju-quickstart/fix-packaging into lp:juju-quickstart

Proposed by Francesco Banconi
Status: Merged
Merged at revision: 74
Proposed branch: lp:~frankban/juju-quickstart/fix-packaging
Merge into: lp:juju-quickstart
Diff against target: 31 lines (+7/-5)
2 files modified
requirements.pip (+0/-5)
test-requirements.pip (+7/-0)
To merge this branch: bzr merge lp:~frankban/juju-quickstart/fix-packaging
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+222288@code.launchpad.net

Description of the change

Move websocket-client to test-requirements.pip.

https://codereview.appspot.com/105820045/

To post a comment you must log in.
Revision history for this message
Francesco Banconi (frankban) wrote :

Reviewers: mp+222288_code.launchpad.net,

Message:
Please take a look.

Description:
Move websocket-client to test-requirements.pip.

https://code.launchpad.net/~frankban/juju-quickstart/fix-packaging/+merge/222288

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/105820045/

Affected files (+9, -5 lines):
   A [revision details]
   M requirements.pip
   M test-requirements.pip

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision:
<email address hidden>

Index: requirements.pip
=== modified file 'requirements.pip'
--- requirements.pip 2014-05-23 14:00:41 +0000
+++ requirements.pip 2014-06-06 08:46:55 +0000
@@ -21,11 +21,6 @@
  # formatted dependencies. Do not include other pip specific requirement
  # specifications (e.g. -e ... or -r ...).

-# XXX: BradCrittenden 2014-05-23: jujuclient 0.17.5 does not specify the
-# version of websocket-client to use. Remove websocket-client as a
dependency
-# here when moving to a newer jujuclient that correctly specifies the
-# version.
-websocket-client==0.12.0
  jujuclient==0.17.5
  PyYAML==3.10
  urwid==1.1.1

Index: test-requirements.pip
=== modified file 'test-requirements.pip'
--- test-requirements.pip 2014-03-12 10:10:21 +0000
+++ test-requirements.pip 2014-06-06 08:46:55 +0000
@@ -20,4 +20,11 @@
  flake8==2.1.0
  mock==1.0.1
  nose==1.3.1
+# XXX: BradCrittenden 2014-05-23: jujuclient 0.17.5 does not specify the
+# version of websocket-client to use. Remove websocket-client as a
dependency
+# here when moving to a newer jujuclient that correctly specifies the
+# version.
+# This is listed as a testing requirement so that, when dh_python2
translates
+# Python dependencies to Debian dependencies, websocket-client is not
included.
+websocket-client==0.12.0
  -r requirements.pip

Revision history for this message
Francesco Banconi (frankban) wrote :
Revision history for this message
Francesco Banconi (frankban) wrote :

*** Submitted:

Move websocket-client to test-requirements.pip.

R=
CC=
https://codereview.appspot.com/105820045

https://codereview.appspot.com/105820045/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements.pip'
2--- requirements.pip 2014-05-23 14:00:41 +0000
3+++ requirements.pip 2014-06-06 08:48:58 +0000
4@@ -21,11 +21,6 @@
5 # formatted dependencies. Do not include other pip specific requirement
6 # specifications (e.g. -e ... or -r ...).
7
8-# XXX: BradCrittenden 2014-05-23: jujuclient 0.17.5 does not specify the
9-# version of websocket-client to use. Remove websocket-client as a dependency
10-# here when moving to a newer jujuclient that correctly specifies the
11-# version.
12-websocket-client==0.12.0
13 jujuclient==0.17.5
14 PyYAML==3.10
15 urwid==1.1.1
16
17=== modified file 'test-requirements.pip'
18--- test-requirements.pip 2014-03-12 10:10:21 +0000
19+++ test-requirements.pip 2014-06-06 08:48:58 +0000
20@@ -20,4 +20,11 @@
21 flake8==2.1.0
22 mock==1.0.1
23 nose==1.3.1
24+# XXX: BradCrittenden 2014-05-23: jujuclient 0.17.5 does not specify the
25+# version of websocket-client to use. Remove websocket-client as a dependency
26+# here when moving to a newer jujuclient that correctly specifies the
27+# version.
28+# This is listed as a testing requirement so that, when dh_python2 translates
29+# Python dependencies to Debian dependencies, websocket-client is not included.
30+websocket-client==0.12.0
31 -r requirements.pip

Subscribers

People subscribed via source and target branches