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