From 2dce3c8f107eddeb91a047f30c84d029fa2364e1905df86bfc972962121d6dd2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Feb 2018 16:52:49 +0000 Subject: [PATCH] Accepting request 580629 from home:aplanas:branches:devel:languages:python - Recommends only for SUSE OBS-URL: https://build.opensuse.org/request/show/580629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=136 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index 8716da0..090d139 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 14:25:08 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Tue Feb 6 22:36:11 UTC 2018 - arun@gmx.de diff --git a/python-setuptools.spec b/python-setuptools.spec index 0b40f41..e62f917 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -44,7 +44,9 @@ Requires: python-six Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives +%if 0%{?suse_version} >= 1000 Recommends: ca-certificates-mozilla +%endif BuildArch: noarch # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute # obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again