Change file name due to python3 upgrade 40/206840/2 accepted/tizen/base/20190530.225332 submit/tizen_base/20190529.021158
authorHyunjee Kim <hj0426.kim@samsung.com>
Tue, 28 May 2019 04:27:06 +0000 (13:27 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Wed, 29 May 2019 00:09:45 +0000 (09:09 +0900)
Change-Id: If45942bb93540f46398d778d2bf9cf86388c665a
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-setuptools.spec

index 73cf164..1daa839 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:           python3-setuptools
 Version:        40.6.3
-Release:        0
+Release:        1
 Summary:        Easily download, build, install, upgrade, and uninstall Python packages
 License:        MIT
 Group:          Development/Languages/Python
@@ -74,7 +74,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %{python3_sitelib}/setuptools-%{version}-py%{python3_version}.egg-info
 %{python3_sitelib}/easy_install.py*
 %{python3_sitelib}/pkg_resources
-%{python3_sitelib}/__pycache__/easy_install.cpython-36.pyc
+%{python3_sitelib}/__pycache__/easy_install.cpython-*.pyc
 
 %changelog