forked from pool/python-simplebayes
- Drop check phase again as upstream does not distribute the tests
and does not tag properly on github OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplebayes?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
2446b45767
commit
19c5aab191
@@ -16,9 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
# make it work not just on TW
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
|
||||
Name: python-simplebayes
|
||||
Version: 1.5.8
|
||||
Release: 0
|
||||
@@ -28,7 +26,6 @@ Group: Development/Languages/Python
|
||||
Url: https://github.com/hickeroar/simplebayes
|
||||
Source: https://files.pythonhosted.org/packages/source/s/simplebayes/simplebayes-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
# make it work not just on TW
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -49,10 +46,6 @@ export LANG=C.UTF-8
|
||||
export LANG=C.UTF-8
|
||||
%python_install
|
||||
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
Reference in New Issue
Block a user