forked from pool/python-inspektor
- Only python3 version of astroid is required
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:avocado/python-inspektor?expand=0&rev=8
This commit is contained in:
parent
0897e97728
commit
1d7ac44bb7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 08:47:15 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Only python3 version of astroid is required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 08:21:56 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-inspektor
|
||||
#
|
||||
# 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
|
||||
@ -26,7 +26,6 @@ License: GPL-2.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/avocado-framework/inspektor
|
||||
Source: https://github.com/avocado-framework/inspektor/archive/%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module astroid} >= 1.2.1
|
||||
BuildRequires: %{python_module cliff}
|
||||
BuildRequires: %{python_module cmd2}
|
||||
BuildRequires: %{python_module devel}
|
||||
@ -38,7 +37,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module stevedore}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-astroid >= 1.2.1
|
||||
BuildRequires: python3-astroid >= 1.2.1
|
||||
Requires: python-cliff
|
||||
Requires: python-cmd2
|
||||
Requires: python-logutils >= 0.3.3
|
||||
@ -46,6 +45,7 @@ Requires: python-pbr >= 1.4
|
||||
Requires: python-pycodestyle >= 2.0.0
|
||||
Requires: python-pylint >= 1.3.1
|
||||
Requires: python-stevedore
|
||||
Requires: python3-astroid >= 1.2.1
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user