From 87a7671bd6092b15e0affea54426e70bf4431973f13ed862079c43df7d19a5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:15:52 +0000 Subject: [PATCH] - Fix the test call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytoml?expand=0&rev=7 --- python-pytoml.changes | 5 +++++ python-pytoml.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pytoml.changes b/python-pytoml.changes index 08b2162..22506d6 100644 --- a/python-pytoml.changes +++ b/python-pytoml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:15:41 UTC 2019 - Tomáš Chvátal + +- Fix the test call + ------------------------------------------------------------------- Fri Dec 7 10:20:44 UTC 2018 - Tomáš Chvátal diff --git a/python-pytoml.spec b/python-pytoml.spec index 09015e6..78df567 100644 --- a/python-pytoml.spec +++ b/python-pytoml.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytoml # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ mv toml-test-b212790a6b7367489f389411bda009e5ff765f20 toml-test %check export PYTHONDONTWRITEBYTECODE=1 -%python_expand PYTHONPATH=%{buildroot}%{python_sitelib} $python test/test.py +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test/test.py %files %{python_files} %license LICENSE