18
0

Accepting request 659506 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysql-connector-python?expand=0&rev=4
This commit is contained in:
2018-12-24 10:40:02 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:50:41 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu Feb 15 20:40:57 UTC 2018 - jacobwinski@gmail.com

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -23,14 +23,12 @@ Release: 0
Summary: MySQL driver written in Python
License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Development/Languages/Python
Url: http://dev.mysql.com/doc/connector-python/en/index.html
URL: http://dev.mysql.com/doc/connector-python/en/index.html
Source: http://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description
@@ -57,7 +55,8 @@ MySQL driver written in Python which does not depend on MySQL C client libraries
#python unittests.py --with-mysql=/usr
%files %{python_files}
%doc README.txt CHANGES.txt LICENSE.txt
%license LICENSE.txt
%doc README.txt CHANGES.txt
%{python_sitelib}/*
%changelog