- Update dependencies to match latest python packaging changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:avocado/python-inspektor?expand=0&rev=6
This commit is contained in:
Martin Pluskal 2018-10-09 08:22:23 +00:00 committed by Git OBS Bridge
parent 9fbb65cdd4
commit 0897e97728
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 9 08:21:56 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Update dependencies to match latest python packaging changes
-------------------------------------------------------------------
Fri Jul 27 11:20:41 UTC 2018 - mpluskal@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -49,6 +49,10 @@ Requires: python-stevedore
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%ifpython3
BuildRequires: python3-typed-ast
Requires: python3-typed-ast
%endif
%python_subpackages
%description