From c6c392920c1e9223a80ed9c4f36856509100df93665401a70bc100efbaee928b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Feb 2022 16:16:29 +0000 Subject: [PATCH] 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 --- python-acitoolkit.changes | 6 ++++++ python-acitoolkit.spec | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/python-acitoolkit.changes b/python-acitoolkit.changes index 368b7c1..d4cb66e 100644 --- a/python-acitoolkit.changes +++ b/python-acitoolkit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 3 14:07:10 UTC 2022 - Dominique Leuenberger + +- 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 diff --git a/python-acitoolkit.spec b/python-acitoolkit.spec index e2ff071..5c5b7c4 100644 --- a/python-acitoolkit.spec +++ b/python-acitoolkit.spec @@ -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.