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
This commit is contained in:
2021-10-15 09:27:33 +00:00
committed by Git OBS Bridge
parent 5c70399d43
commit b4a3cde0b6
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 15 08:49:47 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <code@bnavigator.de>

View File

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