From 9950c4c6e73d6c04b47df6075424cc0e5ea5012fd3d8634387e10c903ec0cfa5 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Tue, 28 Dec 2021 11:56:59 +0000 Subject: [PATCH] Accepting request 942768 from home:bnavigator:branches:devel:languages:python:django - Fix u-a scriptlet dependency. - Remove python36 conditional on numpy dep. OBS-URL: https://build.opensuse.org/request/show/942768 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=98 --- python-Django.changes | 6 ++++++ python-Django.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-Django.changes b/python-Django.changes index c1bff6b..a49a553 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 27 12:11:09 UTC 2021 - Ben Greiner + +- Fix u-a scriptlet dependency. +- Remove python36 conditional on numpy dep. + ------------------------------------------------------------------- Fri Dec 24 02:26:37 UTC 2021 - John Vandenberg diff --git a/python-Django.spec b/python-Django.spec index 55c66b9..4590b8b 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -43,6 +43,7 @@ BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module bcrypt} BuildRequires: %{python_module docutils} BuildRequires: %{python_module geoip2} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sqlparse >= 0.2.2} @@ -50,7 +51,6 @@ BuildRequires: %{python_module tblib >= 1.5.0} BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module numpy if (%python-base without python36-base)} Requires: python Requires: python-Pillow >= 6.2.0 Requires: python-argon2-cffi >= 16.1.0 @@ -62,7 +62,7 @@ Requires: python-pytz Requires: python-setuptools Requires: python-sqlparse >= 0.2.2 Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(postun):update-alternatives Recommends: python-Jinja2 >= 2.9.2 Recommends: python-PyYAML Recommends: python-bcrypt