Accepting request 799141 from devel:languages:python
- Fix build without python2 OBS-URL: https://build.opensuse.org/request/show/799141 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glean?expand=0&rev=5
This commit is contained in:
commit
09dd2f6d58
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 07:48:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix build without python2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 14:22:46 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-glean
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Program to write static config from config-drive
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.openstack.org/
|
||||
URL: http://www.openstack.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/g/glean/glean-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@ -62,6 +62,7 @@ notably Rackspace, use configuration provided via a configuration drive.
|
||||
|
||||
%check
|
||||
%{python_expand rm -rf .testrepository
|
||||
export PYTHON=$python
|
||||
$python setup.py test
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user