openzfs / zfs-buildbot

The OpenZFS Buildbot Configuration
http://build.zfsonlinux.org
BSD 2-Clause "Simplified" License
25 stars 29 forks source link

FreeBSD: Work around Python 2.7 EOL breakage #263

Closed ghost closed 2 years ago

ghost commented 2 years ago

We need Python 2.7 for our ancient version of buildbot, which we install from pip. However, Python 2.7 is EOL and pip barely works with it anymore. The buildbot-slave package depends on twisted, which in turn depends on typing, which pip now fails to automatically install on FreeBSD.

Work around the breakage by explicitly installing the typing package.