Merge lp:~cjwatson/meta-lp-deps/py3 into lp:meta-lp-deps

Proposed by Colin Watson
Status: Merged
Merged at revision: 209
Proposed branch: lp:~cjwatson/meta-lp-deps/py3
Merge into: lp:meta-lp-deps
Diff against target: 77 lines (+28/-10)
2 files modified
debian/changelog (+14/-0)
debian/control (+14/-10)
To merge this branch: bzr merge lp:~cjwatson/meta-lp-deps/py3
Reviewer Review Type Date Requested Status
Thiago F. Pappacena (community) Approve
Review via email: mp+391061@code.launchpad.net

Commit message

Remove some obsolete dependencies, and add Python 3 dependencies

To post a comment you must log in.
Revision history for this message
Thiago F. Pappacena (pappacena) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2020-02-11 22:12:11 +0000
+++ debian/changelog 2020-09-21 17:06:41 +0000
@@ -1,3 +1,17 @@
1launchpad-dependencies (0.138) UNRELEASED; urgency=medium
2
3 * Remove dependency on python-lxml; Launchpad now installs that in its
4 virtualenv instead.
5 * Remove dependency on python-gmpy; Launchpad no longer uses it.
6 * Remove dependency on python-py; Launchpad no longer uses it.
7 * Replace dependency on python-html5-browser with its GObject
8 Introspection dependencies; html5browser is now directly in the
9 Launchpad tree.
10 * Add Python 3 dependencies (python3-dev, python3-apt, python3-pil,
11 python3-convoy, and python3-tdb).
12
13 -- Colin Watson <cjwatson@ubuntu.com> Mon, 21 Sep 2020 17:55:47 +0100
14
1launchpad-dependencies (0.137) xenial; urgency=medium15launchpad-dependencies (0.137) xenial; urgency=medium
216
3 * Remove dependency on python-tickcount; Launchpad no longer uses it.17 * Remove dependency on python-tickcount; Launchpad no longer uses it.
418
=== modified file 'debian/control'
--- debian/control 2020-02-11 22:10:26 +0000
+++ debian/control 2020-09-21 17:06:41 +0000
@@ -7,25 +7,28 @@
77
8Package: launchpad-dependencies8Package: launchpad-dependencies
9Architecture: all9Architecture: all
10Depends: bzr, git, python-dev, gettext, libgettextpo-dev, build-essential,10Depends: bzr, git,
11 python-apt (>= 0.8.0ubuntu1), python-geoip, libmaxminddb-dev,11 python-dev, python3-dev,
12 gettext, libgettextpo-dev, build-essential,
13 python-apt (>= 0.8.0ubuntu1), python3-apt,
14 python-geoip, libmaxminddb-dev,
12 gnupg1 | gnupg (<< 2.1.11-7+exp1), libgpgme11-dev (>= 1.1.0), cvs, subversion,15 gnupg1 | gnupg (<< 2.1.11-7+exp1), libgpgme11-dev (>= 1.1.0), cvs, subversion,
13 python-sqlite, ubuntu-keyring,16 python-sqlite, ubuntu-keyring,
14 python-pil,17 python-pil, python3-pil,
15 bison, graphviz,18 bison, graphviz,
16 libxml2-utils, patchutils, python-lxml,19 libxml2-utils, patchutils,
17 openssh-client (>= 1:4.7p1-8ubuntu1.1), xsltproc,20 openssh-client (>= 1:4.7p1-8ubuntu1.1), xsltproc,
18 geoip-data | geoip-data-city-lite,21 geoip-data | geoip-data-city-lite,
19 python, python (>= 2.7),
20 python-subunit (>= 0.0.4),22 python-subunit (>= 0.0.4),
21 python-pysqlite2, zlib1g-dev,23 python-pysqlite2, zlib1g-dev,
22 ca-certificates, python-pyrex, libapr1-dev, libsvn-dev,24 ca-certificates, python-pyrex, libapr1-dev, libsvn-dev,
23 openssh-client,25 openssh-client,
24 python-gmpy, libpq-dev, unzip, lzma,26 libpq-dev, unzip, lzma,
25 python-convoy, virtualenv | python-virtualenv (<< 1.11.6),27 python-convoy, python3-convoy,
28 virtualenv | python-virtualenv (<< 1.11.6),
26 libsodium-dev, libffi-dev, libssl-dev,29 libsodium-dev, libffi-dev, libssl-dev,
27 libxml2-dev, libxslt1-dev,30 libxml2-dev, libxslt1-dev,
28 python-tdb,31 python-tdb, python3-tdb,
29 ${misc:Depends}32 ${misc:Depends}
30Recommends: launchpad-database-dependencies (= ${source:Version})33Recommends: launchpad-database-dependencies (= ${source:Version})
31Suggests:34Suggests:
@@ -53,11 +56,12 @@
53 launchpad-frontend-dependencies (= ${source:Version}),56 launchpad-frontend-dependencies (= ${source:Version}),
54 exuberant-ctags, geoip-data-city-lite,57 exuberant-ctags, geoip-data-city-lite,
55 pgbouncer (>= 1.6) | pgbouncer-with-disconnect, postgresql-autodoc, tidy,58 pgbouncer (>= 1.6) | pgbouncer-with-disconnect, postgresql-autodoc, tidy,
56 python-py,
57 mhonarc,59 mhonarc,
58 fakeroot, rsync, memcached,60 fakeroot, rsync, memcached,
59 xvfb, firefox, intltool, python-pocket-lint,61 xvfb, firefox, intltool, python-pocket-lint,
60 python-html5-browser,62 gir1.2-glib-2.0,
63 gir1.2-gtk-3.0,
64 gir1.2-webkit-3.0,
61 ${misc:Depends}65 ${misc:Depends}
62Recommends: pyflakes, subunit, python-boto, bzr-lpreview-body,66Recommends: pyflakes, subunit, python-boto, bzr-lpreview-body,
63 postgresql-doc-9.367 postgresql-doc-9.3

Subscribers

People subscribed via source and target branches