launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27467
[Merge] lp:~cjwatson/meta-lp-deps/remove-py2 into lp:meta-lp-deps
Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/remove-py2 into lp:meta-lp-deps.
Commit message:
Remove Python 2 dependencies.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/remove-py2/+merge/407607
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/remove-py2 into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog 2021-08-24 10:16:18 +0000
+++ debian/changelog 2021-08-24 10:55:17 +0000
@@ -2,6 +2,7 @@
* Remove dependency on python-pocket-lint, superseded by various
pre-commit linters.
+ * Remove Python 2 dependencies.
-- Colin Watson <cjwatson@xxxxxxxxxx> Tue, 24 Aug 2021 11:15:40 +0100
=== modified file 'debian/control'
--- debian/control 2021-08-24 10:16:18 +0000
+++ debian/control 2021-08-24 10:55:17 +0000
@@ -8,27 +8,26 @@
Package: launchpad-dependencies
Architecture: all
Depends: bzr, git,
- python-dev, python3-dev,
+ python3-dev,
gettext, libgettextpo-dev, build-essential,
- python-apt (>= 0.8.0ubuntu1), python3-apt,
- python-geoip, libmaxminddb-dev,
+ python3-apt,
+ libmaxminddb-dev,
gnupg1 | gnupg (<< 2.1.11-7+exp1), libgpgme11-dev (>= 1.1.0), cvs, subversion,
- python-sqlite, ubuntu-keyring,
- python-pil, python3-pil,
+ ubuntu-keyring,
+ python3-pil,
bison, graphviz,
libxml2-utils, patchutils,
openssh-client (>= 1:4.7p1-8ubuntu1.1), xsltproc,
geoip-data | geoip-data-city-lite,
- python-subunit (>= 0.0.4),
- python-pysqlite2, zlib1g-dev,
- ca-certificates, python-pyrex, libapr1-dev, libsvn-dev,
+ zlib1g-dev,
+ ca-certificates, libapr1-dev, libsvn-dev,
openssh-client,
libpq-dev, unzip, lzma,
- python-convoy, python3-convoy,
- virtualenv | python-virtualenv (<< 1.11.6),
+ python3-convoy,
+ virtualenv,
libsodium-dev, libffi-dev, libssl-dev,
libxml2-dev, libxslt1-dev,
- python-tdb, python3-tdb,
+ python3-tdb,
${misc:Depends}
Recommends: launchpad-database-dependencies (= ${source:Version})
Suggests:
@@ -64,9 +63,9 @@
gir1.2-gtk-3.0,
gir1.2-webkit-3.0,
${misc:Depends}
-Recommends: pyflakes, subunit, python-boto, bzr-lpreview-body,
+Recommends: pyflakes, subunit, bzr-lpreview-body,
postgresql-doc-9.3
-Suggests: apache2, python-pydoctor, libapache2-mod-wsgi
+Suggests: apache2, libapache2-mod-wsgi
Description: Metapackage for development dependencies of Launchpad
This metapackage depends on all of the packages required to do development
for the Launchpad application.
Follow ups