From 830c7e2d35bbd9ae2501249567fe2106b40fc027665b128c0f9cb1ebf682fb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Aug 2018 13:59:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ua-parser?expand=0&rev=3 --- python-ua-parser.changes | 1 - python-ua-parser.spec | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-ua-parser.changes b/python-ua-parser.changes index a8af6b5..ad264a5 100644 --- a/python-ua-parser.changes +++ b/python-ua-parser.changes @@ -1,7 +1,6 @@ ------------------------------------------------------------------- Wed Aug 1 13:54:24 UTC 2018 - tchvatal@suse.com -- Run the tests - Remove pointless devel dependency ------------------------------------------------------------------- diff --git a/python-ua-parser.spec b/python-ua-parser.spec index 708b903..96a018a 100644 --- a/python-ua-parser.spec +++ b/python-ua-parser.spec @@ -48,7 +48,8 @@ https://github.com/tobie/ua-parser) %python_expand %fdupes -s %{buildroot}/%{$python_sitelib} %check -%python_exec ua_parser/user_agent_parser_test.py +# Tests lack fixtures in the released tarball +#%%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" $python ua_parser/user_agent_parser_test.py %files %{python_files} %{python_sitelib}/*