1
0

- Drop not really needed python-devel dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal 2018-05-24 11:15:01 +00:00 committed by Git OBS Bridge
parent fde2ac10ba
commit 9c2f9ecd59
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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