From 9c2f9ecd592265f9b853bac1111b019e99e0caabd5abf0f5677b38d98a0b60f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 24 May 2018 11:15:01 +0000 Subject: [PATCH] - Drop not really needed python-devel dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=17 --- python-PyMySQL.changes | 5 +++++ python-PyMySQL.spec | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index 33311ae..41975f8 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 24 11:14:30 UTC 2018 - tchvatal@suse.com + +- Drop not really needed python-devel dependency + ------------------------------------------------------------------- Thu May 24 09:48:52 CEST 2018 - kukuk@suse.de diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 44b6230..266441f 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -23,14 +23,12 @@ Release: 0 Summary: Pure Python MySQL Driver License: MIT Group: Development/Languages/Python -Url: https://github.com/PyMySQL/PyMySQL/ +URL: https://github.com/PyMySQL/PyMySQL/ Source: https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -59,9 +57,8 @@ sed -i '1 { /^#!/ d }' pymysql/tests/thirdparty/test_MySQLdb/*.py #NOTE(saschpe): Needs mysql server %files %{python_files} -%defattr(-,root,root,-) %license LICENSE -%doc CHANGELOG README.rst +%doc CHANGELOG README.rst %{python_sitelib}/* %changelog