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