From dcba1dbd65af1e66ca9c602df067b536ff356fa04550b090a96e1cc0a8542b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 27 Feb 2019 13:06:52 +0000 Subject: [PATCH] - Fix the build again OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect2?expand=0&rev=8 --- python-cssselect2.changes | 5 +++++ python-cssselect2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cssselect2.changes b/python-cssselect2.changes index 6eb372a..b70466b 100644 --- a/python-cssselect2.changes +++ b/python-cssselect2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 27 13:06:42 UTC 2019 - Tomáš Chvátal + +- Fix the build again + ------------------------------------------------------------------- Tue Feb 26 12:19:15 UTC 2019 - John Vandenberg diff --git a/python-cssselect2.spec b/python-cssselect2.spec index 0519dae..50cd77f 100644 --- a/python-cssselect2.spec +++ b/python-cssselect2.spec @@ -59,7 +59,7 @@ sed -i '/addopts/d' setup.cfg %check export LANG=en_US.UTF-8 -%python_exec -m pytest +%python_exec -m pytest cssselect2/tests %files %{python_files} %doc CHANGES README.rst