Commit Graph

2 Commits

Author SHA1 Message Date
Jeremy Stanley fc086575d4 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
2021-11-27 14:29:57 +00:00
Andreas Jaeger 0e7470ac55 Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

Change-Id: I5f6dc28cc8c5c4a01aa4544ffd890ef73829dbb4
2016-08-12 19:31:07 +02:00