15
0
forked from pool/python-odorik

- Fix build on 42.3 by calling pytest properly and adding dependency

on ssl module from python2 main package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-odorik?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2018-08-29 10:54:50 +00:00
committed by Git OBS Bridge
parent 1873af21f0
commit cfcc5ea21f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 29 10:54:27 UTC 2018 - tchvatal@suse.com
- Fix build on 42.3 by calling pytest properly and adding dependency
on ssl module from python2 main package
-------------------------------------------------------------------
Tue May 22 15:36:31 UTC 2018 - mcepl@suse.com

View File

@@ -31,6 +31,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pyxdg}
BuildRequires: fdupes
BuildRequires: python
BuildRequires: python-rpm-macros
Requires: python-python-dateutil
Requires: python-xdg
@@ -54,7 +55,7 @@ install -m 644 docs/_build/man/odorik.1 %{buildroot}%{_mandir}/man1
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand pytest-%{$python_version} odorik
%python_expand py.test-%{$python_version} odorik
%files %{python_files}
%license LICENSE