14
0
2022-10-13 09:44:06 +00:00
committed by Git OBS Bridge
parent 4cc179accc
commit 90b9880810
2 changed files with 8 additions and 2 deletions

View File

@@ -24,9 +24,9 @@ Summary: An easily customizable SQL parser and transpiler
License: MIT
URL: https://github.com/tobymao/sqlglot
Source: https://files.pythonhosted.org/packages/source/s/sqlglot/sqlglot-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -55,6 +55,7 @@ depending on configurations.
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/sqlglot
%{python_sitelib}/sqlglot-%{version}*-info
%changelog