14
0
forked from pool/python-pytoml

Accepting request 682412 from devel:languages:python

- Fix the test call

OBS-URL: https://build.opensuse.org/request/show/682412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytoml?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2019-03-10 08:33:35 +00:00
committed by Git OBS Bridge
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -53,7 +53,7 @@ mv toml-test-b212790a6b7367489f389411bda009e5ff765f20 toml-test
%check %check
export PYTHONDONTWRITEBYTECODE=1 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} %files %{python_files}
%license LICENSE %license LICENSE