1
0

Accepting request 958741 from home:dimstar:Factory

- Work around test suite failure inside OBS: BuildRequire krb5.
  krb5 is a dependency to python (via tirpc), and inside OBS we get
  a slightly limited version of it as krb5-mini. The test suite of
  this package fails to pass with the mini flavor though. As -mini
  is never offered to actual users, we can get away with this
  workaround.

OBS-URL: https://build.opensuse.org/request/show/958741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=15
This commit is contained in:
2022-03-03 11:47:30 +00:00
committed by Git OBS Bridge
parent 3812631f42
commit 8e2bd8c0c6
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 3 11:35:08 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Work around test suite failure inside OBS: BuildRequire krb5.
krb5 is a dependency to python (via tirpc), and inside OBS we get
a slightly limited version of it as krb5-mini. The test suite of
this package fails to pass with the mini flavor though. As -mini
is never offered to actual users, we can get away with this
workaround.
-------------------------------------------------------------------
Sun Apr 4 23:23:50 UTC 2021 - Arun Persaud <arun@gmx.de>