← Back to team overview

configglue team mailing list archive

[Merge] lp:~ricardokirkner/configglue/deb-build-dependencies into lp:configglue

 

Ricardo Kirkner has proposed merging lp:~ricardokirkner/configglue/deb-build-dependencies into lp:configglue.

Requested reviews:
  Configglue developers (configglue)

For more details, see:
https://code.launchpad.net/~ricardokirkner/configglue/deb-build-dependencies/+merge/68964

Overview
========

Make sure the dependencies needed for running the tests are included while building the package.

This is necessary because it seems like the launchpad builders don't have access to pypi in order to download the required dependencies.
-- 
https://code.launchpad.net/~ricardokirkner/configglue/deb-build-dependencies/+merge/68964
Your team Configglue developers is requested to review the proposed merge of lp:~ricardokirkner/configglue/deb-build-dependencies into lp:configglue.
=== modified file 'debian/control'
--- debian/control	2011-07-16 22:42:06 +0000
+++ debian/control	2011-07-23 18:46:20 +0000
@@ -7,8 +7,10 @@
  debhelper (>= 7.0.14),
  python,
  python-setuptools,
- python-support
-XS-Python-Version: >=2.5
+ python-support,
+# needed for building in order to run the tests
+ python-mock,
+ python-xdg
 Standards-Version: 3.9.1
 
 Package: python-configglue


Follow ups