forked from pool/createrepo_c
Accepting request 749170 from home:StevenK:branches:system:packagemanager
- Add BuildRequires on python3, it won't be pulled in side effect of requiring python3-nose OBS-URL: https://build.opensuse.org/request/show/749170 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=41
This commit is contained in:
parent
d3b8dbd64e
commit
4b5ef20dc6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 05:57:08 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add BuildRequires on python3, it won't be pulled in side effect of
|
||||
requiring python3-nose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 12:00:42 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package createrepo_c
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -87,6 +87,7 @@ BuildRequires: libmodulemd-devel >= 2.3.0
|
||||
%endif
|
||||
Requires: %{libname}%{?_isa} = %{version}-%{release}
|
||||
%if %{with tests}
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-nose
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1330
|
||||
|
Loading…
Reference in New Issue
Block a user