~andreserl/maas/packaging_python3

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: MAAS Lander
  • Author(s): Blake Rouse
  • Date: 2015-09-09 15:22:21 UTC
  • mfrom: (424.1.1 packaging)
  • Revision ID: maas_lander-20150909152221-1pi7v1dmjs195ho5
[r=blake-rouse][bug=][author=blake-rouse] Remove the minimum requirement for curtin has it breaks installation on the CI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
Architecture: all
93
93
Depends: python-bson,
94
94
         python-crochet,
95
 
         python-curtin (>= 0.1.0~bzr247),
 
95
         python-curtin,
96
96
         python-distro-info,
97
97
         python-formencode,
98
98
         python-jsonschema,
181
181
Depends: python-apt,
182
182
         python-convoy,
183
183
         python-crochet,
184
 
         python-curtin (>= 0.1.0~bzr247),
 
184
         python-curtin,
185
185
         python-lxml,
186
186
         python-maas-client (= ${binary:Version}),
187
187
         python-netaddr,