← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/meta-lp-deps/pyopenssl-deps into lp:meta-lp-deps

 

Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/pyopenssl-deps into lp:meta-lp-deps.

Commit message:
Add libffi-dev and libssl-dev to launchpad-dependencies, for pyOpenSSL.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/pyopenssl-deps/+merge/331954

Needed for https://code.launchpad.net/~cjwatson/launchpad/pyopenssl-0.15.1/+merge/331889 (probably).
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/pyopenssl-deps into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog	2017-10-01 14:25:53 +0000
+++ debian/changelog	2017-10-06 15:23:28 +0000
@@ -1,3 +1,9 @@
+launchpad-dependencies (0.132) UNRELEASED; urgency=medium
+
+  * Add libffi-dev and libssl-dev to launchpad-dependencies, for pyOpenSSL.
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx>  Fri, 06 Oct 2017 16:20:42 +0100
+
 launchpad-dependencies (0.131) xenial; urgency=medium
 
   * Add gnupg to launchpad-dependencies, just in case it's dropped from

=== modified file 'debian/control'
--- debian/control	2017-10-01 14:05:00 +0000
+++ debian/control	2017-10-06 15:23:28 +0000
@@ -24,7 +24,7 @@
   openssh-client, python-egenix-mxdatetime,
   python-egenix-mxtools, python-amqplib, python-gmpy, libpq-dev, unzip, lzma,
   python-convoy, virtualenv | python-virtualenv (<< 1.11.6),
-  libsodium-dev,
+  libsodium-dev, libffi-dev, libssl-dev,
   ${misc:Depends}
 Recommends: launchpad-database-dependencies (= ${source:Version})
 Suggests:


Follow ups