Bindep cleanup and JavaScript updates

Adjust for the Py3K-only present by dropping some Python 2.7 package
names which are no longer available on our test platforms, and
adjusting others to their newer Python 3.x versions. Also some
Debian-specific fixups like moving from iceweasel back to firefox
and the locales package becoming essential.

Apply a `yarn upgrade` result for the yarn.lock file since some of
the dependency versions included there were too old to work with
Python 3 yet.

Change-Id: I1da3ac6f7bfbaa6dc75f6171f0055c8730f0ed43
This commit is contained in:
Jeremy Stanley 2021-10-14 19:19:16 +00:00
parent 6f9f826d25
commit fc086575d4
2 changed files with 3117 additions and 1673 deletions

View File

@ -7,16 +7,14 @@ chromium-browser [platform:dpkg test]
curl curl
cyrus-sasl-devel [platform:rpm] cyrus-sasl-devel [platform:rpm]
dbus dbus
firefox [!platform:debian test] firefox [test]
gawk gawk
gettext [test] gettext [test]
iceweasel [platform:debian test]
language-pack-en [platform:ubuntu] language-pack-en [platform:ubuntu]
libcurl-devel [platform:rpm] libcurl-devel [platform:rpm]
libcurl4-gnutls-dev [platform:dpkg] libcurl4-gnutls-dev [platform:dpkg]
libmysqlclient-dev [platform:dpkg] libmysqlclient-dev [platform:dpkg]
libpq-dev [platform:dpkg] libpq-dev [platform:dpkg]
locales [platform:debian]
lsb-release [test] lsb-release [test]
mariadb [platform:rpm] mariadb [platform:rpm]
mariadb-devel [platform:rpm] mariadb-devel [platform:rpm]
@ -30,16 +28,11 @@ postgresql
postgresql-client [platform:dpkg] postgresql-client [platform:dpkg]
postgresql-devel [platform:rpm] postgresql-devel [platform:rpm]
postgresql-server [platform:rpm] postgresql-server [platform:rpm]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python-lxml
python-zmq
python3-all-dev [platform:ubuntu !platform:ubuntu-precise] python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg] python3-dev [platform:dpkg]
python3-devel [platform:fedora] python3-devel [platform:fedora]
python3.4 [platform:ubuntu-trusty] python3-lxml
python3.5 [platform:ubuntu-xenial] python3-zmq
python34-devel [platform:centos]
sqlite [platform:rpm] sqlite [platform:rpm]
sqlite-devel [platform:rpm] sqlite-devel [platform:rpm]
sqlite3 [platform:dpkg] sqlite3 [platform:dpkg]

4777
yarn.lock

File diff suppressed because it is too large Load Diff