15
0

Accepting request 951328 from home:dimstar:Factory

I hope, having touched this now, I'm not magically turning into a maintainer

OBS-URL: https://build.opensuse.org/request/show/951328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acitoolkit?expand=0&rev=14
This commit is contained in:
2022-02-03 16:16:29 +00:00
committed by Git OBS Bridge
parent e907e16555
commit c6c392920c
2 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 3 14:07:10 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix install dependencies of -doc-applications and -doc-samples:
make them rely on the primary python interpreter version.
-------------------------------------------------------------------
Tue Feb 1 07:10:38 UTC 2022 - pgajdos@suse.com

View File

@@ -61,16 +61,16 @@ Documentation for %{name}.
%package -n %{name}-doc-applications
Summary: Applications for the Python acitoolkit library
Group: Development/Languages/Python
Requires: %{name}-doc
Requires: python-Flask
Requires: python-Flask-Admin
Requires: python-Flask-Bootstrap
Requires: python-Flask-Cors
Requires: python-Flask-HTTPAuth
Requires: python-Flask-SQLAlchemy
Requires: python-Flask-WTF
Requires: python-GitPython
Requires: python-py-radix
Requires: python-acitoolkit-doc
Requires: python3-Flask
Requires: python3-Flask-Admin
Requires: python3-Flask-Bootstrap
Requires: python3-Flask-Cors
Requires: python3-Flask-HTTPAuth
Requires: python3-Flask-SQLAlchemy
Requires: python3-Flask-WTF
Requires: python3-GitPython
Requires: python3-py-radix
%description -n %{name}-doc-applications
Python applications using acitoolkit for programming ACI.
@@ -79,7 +79,7 @@ Python applications using acitoolkit for programming ACI.
Summary: Sample code for the Python acitoolkit library
Group: Development/Languages/Python
Requires: %{name}-doc
Requires: python-PyMySQL
Requires: python3-PyMySQL
%description -n %{name}-doc-samples
Python samples for using acitoolkit for programming ACI.