Totally agree with you. I should read readmes/buildbot before propose flavors.
Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, July 20, 2020 8:21 AM, Landry Breuil <lan...@openbsd.org> wrote: > On Mon, Jul 20, 2020 at 08:06:25AM +0000, Martin wrote: > > > I use Buildbot with PosgreSQL backend. The port itself has no PostgreSQL > > flavor for it, so it should be build with runtime www/py-psycopg2 library > > by default to make pgsql works. Or Buildbot should have some flavors for > > non sqlite backends. > > Landry, do you agree? > > No, i dont agree. There's no need for flavors, pyscopg2 is an optional > runtime dep. Also, this is mentioned in the fine pkg-readme located in > /usr/local/share/doc/pkg-readmes/buildbot: > > Databases > > ====================================================================================================================================================================================================== > > BuildBot supports number of different databases (via SQLAlchemy), but > you need to install Python database adapter(s) to use them: > > - py-mysql - for MySQL database, > - py-psycopg2 - for PostgreSQL database.