- Add comment on py3 conditional and depend on python-argparse
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=16
This commit is contained in:
parent
f309e8c56a
commit
c104105c71
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 07:12:56 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Add comment on py3 conditional and depend on python-argparse
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 17:35:34 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -26,9 +26,12 @@ Group: Development/Tools/Other
|
||||
Url: http://github.com/openSUSE/spec-cleaner
|
||||
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: python
|
||||
Requires: python-base
|
||||
Requires: python-argparse
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
# This is just for tests
|
||||
# It is conditional so we built on older distros too
|
||||
# Drop after 12.2 and older are not targeted here
|
||||
%if 0%{?suse_version} > 01220
|
||||
BuildRequires: python3
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user