forked from pool/python-HyperKitty
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:
committed by
Git OBS Bridge
parent
24e07ee082
commit
b443d81957
@@ -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>
|
Thu Oct 6 12:07:43 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-HyperKitty
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -93,6 +93,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
|
BuildRequires: sassc
|
||||||
BuildRequires: sudo
|
BuildRequires: sudo
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
@@ -152,6 +153,7 @@ Provides: python3-%{hyperkitty_pkgname} = %{version}-%{release}
|
|||||||
Obsoletes: python3-%{hyperkitty_pkgname} < %{version}-%{release}
|
Obsoletes: python3-%{hyperkitty_pkgname} < %{version}-%{release}
|
||||||
Provides: %{mypython}-%{hyperkitty_pkgname} = %{version}-%{release}
|
Provides: %{mypython}-%{hyperkitty_pkgname} = %{version}-%{release}
|
||||||
Obsoletes: %{mypython}-%{hyperkitty_pkgname} < %{version}-%{release}
|
Obsoletes: %{mypython}-%{hyperkitty_pkgname} < %{version}-%{release}
|
||||||
|
Requires: sassc
|
||||||
|
|
||||||
%description -n %{hyperkitty_pkgname}
|
%description -n %{hyperkitty_pkgname}
|
||||||
A web interface to access GNU Mailman v3 archives.
|
A web interface to access GNU Mailman v3 archives.
|
||||||
|
Reference in New Issue
Block a user