forked from pool/python-sqlite3-to-mysql
Clean up SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=7
This commit is contained in:
@@ -26,15 +26,25 @@ URL: https://github.com/techouse/sqlite3-to-mysql
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sqlite3-to-mysql/sqlite3-to-mysql-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: docker
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-SQLAlchemy
|
||||
BuildRequires: python3-SQLAlchemy-Utils
|
||||
BuildRequires: python3-docker
|
||||
BuildRequires: python3-factory_boy
|
||||
BuildRequires: python3-pytest-timeout
|
||||
Requires: python-click >= 7.0
|
||||
Requires: python-mysql-connector-python >= 8.0.18
|
||||
Requires: python-packaging >= 20.3
|
||||
Requires: python-pytimeparse >= 1.1.8
|
||||
Requires: python-simplejson >= 3.16.0
|
||||
Requires: python-six >= 1.12.0
|
||||
Requires: python-tabulate
|
||||
Requires: python-tqdm >= 4.35.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click >= 7.0}
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module click >= 7.0}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module ddt}
|
||||
BuildRequires: %{python_module flake8}
|
||||
@@ -48,16 +58,6 @@ BuildRequires: %{python_module sphinxcontrib-programoutput}
|
||||
BuildRequires: %{python_module tabulate}
|
||||
BuildRequires: %{python_module tqdm >= 4.35.0}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-click >= 7.0
|
||||
Requires: python-mysql-connector-python >= 8.0.18
|
||||
Requires: python-packaging >= 20.3
|
||||
Requires: python-pytimeparse >= 1.1.8
|
||||
Requires: python-simplejson >= 3.16.0
|
||||
Requires: python-six >= 1.12.0
|
||||
Requires: python-tabulate
|
||||
Requires: python-tqdm >= 4.35.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -84,6 +84,7 @@ A Python tool to transfer data from SQLite 3 to MySQL
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%python_alternative %{_bindir}/sqlite3mysql
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/sqlite3_to_mysql-%{version}*-info
|
||||
%{python_sitelib}/sqlite3_to_mysql
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user