← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/fix-hacking into lp:maas

 

Raphaël Badin has proposed merging lp:~rvb/maas/fix-hacking into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/fix-hacking/+merge/113528

This branch adds libpq-dev to the list of runtime dependencies in HACKING.txt.

rbasak pointed out the problem he got when running `make test`.  I recreated the problem on a brand new canonistack instance and libpq-dev is indeed required by buildout (when running `make`) (http://paste.ubuntu.com/1076145/).
-- 
https://code.launchpad.net/~rvb/maas/fix-hacking/+merge/113528
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/fix-hacking into lp:maas.
=== modified file 'HACKING.txt'
--- HACKING.txt	2012-07-03 14:42:34 +0000
+++ HACKING.txt	2012-07-05 09:51:21 +0000
@@ -45,7 +45,7 @@
         python-twisted python-oops-wsgi python-oops-twisted \
         python-psycopg2 python-yaml python-convoy python-django-south \
         python-avahi python-dbus python-celery python-tempita distro-info \
-        bind9utils
+        bind9utils libpq-dev
 
 Additionally, you need to install the following python libraries
 for development convenience::