14
0
forked from pool/python-pytoml
Tomáš Chvátal
2019-03-07 11:15:52 +00:00
committed by Git OBS Bridge
parent 759dfac11c
commit 87a7671bd6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 11:15:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the test call
-------------------------------------------------------------------
Fri Dec 7 10:20:44 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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