From 552a3bf919b33ac2e8e274319ced6a6cef6d9d818ede7a091267ee5f0e279f1e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2017 20:38:08 +0000 Subject: [PATCH] - require ca-certificates-mozilla, otherwise certifi does not provide any ca bundle (the bundled one that openSUSE patches out is the mozilla bundle as well) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=13 --- python-certifi.changes | 7 +++++++ python-certifi.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/python-certifi.changes b/python-certifi.changes index fea658c..c58714d 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 11 20:37:21 UTC 2017 - dmueller@suse.com + +- require ca-certificates-mozilla, otherwise certifi does not + provide any ca bundle (the bundled one that openSUSE patches + out is the mozilla bundle as well) + ------------------------------------------------------------------- Sat Jun 10 08:46:52 UTC 2017 - dmueller@suse.com diff --git a/python-certifi.spec b/python-certifi.spec index 07d1fe5..d958cdf 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -33,6 +33,7 @@ BuildRequires: ca-certificates BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: ca-certificates +Requires: ca-certificates-mozilla BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages