From 6c476ed6d24bab4170462ed15e3658b59113db80ba80858cff766bf7ec8c5a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 23 Jan 2025 11:32:10 +0000 Subject: [PATCH] - Drop dependency on ca-certificates-mozilla-prebuilt to really avoid buildcycles OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=119 --- python-Pygments.changes | 6 ++++++ python-Pygments.spec | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 9510a93..54fcf56 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 11:20:48 UTC 2025 - Markéta Machová + +- Drop dependency on ca-certificates-mozilla-prebuilt to really + avoid buildcycles + ------------------------------------------------------------------- Mon Jan 6 18:00:26 UTC 2025 - Benoît Monin diff --git a/python-Pygments.spec b/python-Pygments.spec index baa5322..90be5fb 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -43,7 +43,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 #!BuildIgnore: ca-certificates:p11-kit #!BuildIgnore: ca-certificates:p11-kit-tools -BuildRequires: ca-certificates-mozilla-prebuilt Provides: python-pygments = %{version} Obsoletes: python-pygments < %{version} BuildArch: noarch @@ -74,13 +73,9 @@ source code. Highlights are: chmod -x pygments/formatters/_mapping.py pygments/lexers/gsql.py %build -# Point pip to the prebuilt CA bundle -export _PIP_STANDALONE_CERT=/usr/share/factory/var/lib/ca-certificates/ca-bundle.pem %pyproject_wheel %install -# Point pip to the prebuilt CA bundle -export _PIP_STANDALONE_CERT=/usr/share/factory/var/lib/ca-certificates/ca-bundle.pem %pyproject_install install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 %python_clone -a %{buildroot}%{_bindir}/pygmentize