project-config/nodepool/elements/infra-package-needs
Ian Wienand 00d29d829b infra-package-needs: install latest pip
The pip installed in the venv with "python3 -m venv" on Xenial is 8.X
-- this does not understand python_requires metadata on packages and
can thus pull in requirements that won't actually run inside the
virtualenv.

Avoid this by upgrading pip in the venv before installing.

While this is the immediate need; do the same on the other venv's we
create for general sanity.

Change-Id: I316e9587b6e290cd421b47f506c91dbebe0975c0
2021-10-20 09:56:06 +11:00
..
install.d infra-package-needs: install latest pip 2021-10-20 09:56:06 +11:00
post-install.d infra-package-needs: don't start ntp for Fedora 2021-06-16 14:08:14 +10:00
pre-install.d fix rsyslog builds on gentoo 2018-10-07 05:11:12 -05:00
rsyslog.d Disable xconsole for rsyslog on ubuntu 2017-04-19 14:56:20 -04:00
element-deps nodepool-elements: Use venv for utilities 2020-03-11 10:12:00 +11:00
package-installs.yaml Install gpg tooling on dib images 2020-04-03 13:30:26 -07:00
pkg-map infra-package-needs: stub ntp for Fedora 2021-06-15 19:43:31 +10:00
README.rst Fix new dib-lint errors 2020-03-11 10:10:57 +11:00

infra-package-needs

Install required packages for a OpenDev infra host