1
0

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
This commit is contained in:
Andreas Schneider
2023-04-05 09:45:29 +00:00
committed by Git OBS Bridge
parent 24e07ee082
commit b443d81957
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 5 09:44:44 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Add missing requires for sassc used by manage.py
-------------------------------------------------------------------
Thu Oct 6 12:07:43 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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.