From b443d819578a574384685da6d2e19a3ffa434f47d3b08ee388b9edf14ceb6a47 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 5 Apr 2023 09:45:29 +0000 Subject: [PATCH] Add missing requires for sassc used by manage.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=60 --- python-HyperKitty.changes | 5 +++++ python-HyperKitty.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-HyperKitty.changes b/python-HyperKitty.changes index 12730c4..417df0f 100644 --- a/python-HyperKitty.changes +++ b/python-HyperKitty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 5 09:44:44 UTC 2023 - Andreas Schneider + +- Add missing requires for sassc used by manage.py + ------------------------------------------------------------------- Thu Oct 6 12:07:43 UTC 2022 - Daniel Garcia diff --git a/python-HyperKitty.spec b/python-HyperKitty.spec index 913ab21..c772a3d 100644 --- a/python-HyperKitty.spec +++ b/python-HyperKitty.spec @@ -1,7 +1,7 @@ # # spec file for package python-HyperKitty # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -93,6 +93,7 @@ BuildRequires: fdupes BuildRequires: openssl BuildRequires: python-rpm-macros BuildRequires: rsync +BuildRequires: sassc BuildRequires: sudo BuildArch: noarch %if 0%{?suse_version} >= 1550 @@ -152,6 +153,7 @@ Provides: python3-%{hyperkitty_pkgname} = %{version}-%{release} Obsoletes: python3-%{hyperkitty_pkgname} < %{version}-%{release} Provides: %{mypython}-%{hyperkitty_pkgname} = %{version}-%{release} Obsoletes: %{mypython}-%{hyperkitty_pkgname} < %{version}-%{release} +Requires: sassc %description -n %{hyperkitty_pkgname} A web interface to access GNU Mailman v3 archives.