From b4a3cde0b67224e1e37af29cab5ae1199885db44645791ad6702c621d7a758cf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 15 Oct 2021 09:27:33 +0000 Subject: [PATCH] Accepting request 925389 from home:dimstar:Factory - BuildIgnore ca-certificates: python-pip brings it in for regular operation, but as we do not ever do https:// connections during a build we do not depend on certificates. Allows us to break up a build cycle. OBS-URL: https://build.opensuse.org/request/show/925389 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=7 --- python-tomli.changes | 8 ++++++++ python-tomli.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/python-tomli.changes b/python-tomli.changes index 15d363c..19752cf 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 15 08:49:47 UTC 2021 - Dominique Leuenberger + +- BuildIgnore ca-certificates: python-pip brings it in for regular + operation, but as we do not ever do https:// connections during a + build we do not depend on certificates. Allows us to break up a + build cycle. + ------------------------------------------------------------------- Wed Oct 13 19:20:13 UTC 2021 - Ben Greiner diff --git a/python-tomli.spec b/python-tomli.spec index 9d18a3b..bcca4da 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -36,6 +36,7 @@ URL: https://github.com/hukkin/tomli Source: https://github.com/hukkin/tomli/archive/refs/tags/%{version}.tar.gz#/tomli-%{version}-gh.tar.gz BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} +#!BuildIgnore: ca-certificates %if %{with test} BuildRequires: %{python_module pytest-randomly} BuildRequires: %{python_module pytest}