From: DongHun Kwak Date: Mon, 17 Apr 2017 01:28:38 +0000 (+0900) Subject: Fix build conflicts with python-distribute X-Git-Tag: accepted/tizen/4.0/base/20170811.092902^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09a4859c29a74e994a325ce0b124f8806fbd2810;p=platform%2Fupstream%2Fpython-setuptools.git Fix build conflicts with python-distribute [Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] Conflicts whith python-distribute [Cause & Measure] fix spec file [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I9772aa0d698f1aee9ad0ae5284bb8bbefe4b4d2b Signed-off-by: DongHun Kwak --- diff --git a/packaging/python-setuptools.spec b/packaging/python-setuptools.spec index d153019..b649b72 100644 --- a/packaging/python-setuptools.spec +++ b/packaging/python-setuptools.spec @@ -38,6 +38,9 @@ Requires: python-packaging Requires: python-six Requires: python-xml +Provides: python-distribute = %{version} +Obsoletes: python-distribute < %{version} + BuildArch: noarch %description