17
0

Accepting request 628022 from home:mimi_vx:branches:devel:languages:python:flask

- py_compile all

OBS-URL: https://build.opensuse.org/request/show/628022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-RESTful?expand=0&rev=2
This commit is contained in:
2018-08-08 08:43:15 +00:00
committed by Git OBS Bridge
parent 2813aabcb8
commit 185ceba637
2 changed files with 11 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ BuildArch: noarch
%python_subpackages
%description
Flask-RESTful provides the building blocks for creating a great REST API.
%prep
%setup -q -n Flask-RESTful-%{version}
@@ -45,9 +45,13 @@ BuildArch: noarch
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%py_compile %{buildroot}%{python_sitelib}
%py3_compile %{buildroot}%{python3_sitelib}/flask_restful/
%python_expand %fdupes %{buildroot}%{$python_sitelib}/flask_restful/
%files %{python_files}
%{python_sitelib}/*