[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] Conflict rpm package install error with python-setuptools
[Cause & Measure] remove provider option at 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: I02cb6f5f14093cb90202f5a3e357057d88ed2210
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Source1001: python-distribute.manifest
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-Provides: python-setuptools = %{version}
-Obsoletes: python-setuptools < %{version}
+
+#Provides: python-setuptools = %{version}
+#Obsoletes: python-setuptools < %{version}
+
BuildArch: noarch
%py_requires