diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index 3659a99..d5e48d7 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 3 11:35:08 UTC 2022 - Dominique Leuenberger + +- 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 diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index d0be1fc..1cd7084 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -25,6 +25,8 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/mitsuhiko/flask-sqlalchemy Source: https://files.pythonhosted.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-%{version}.tar.gz +# BR krb5 - the test suite falis with krb5-mini (and users in any case will only ever get krb5, never krb5-mini) +BuildRequires: krb5 BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros