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:
parent
3812631f42
commit
8e2bd8c0c6
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user