spec: replace rpm-build-python with rpm-macros-python in rpm-build requirements
The idea is that rpm-macros-python could be installed without python2, consequently, python2 will no longer be installed by default, but no python2 req/prov would be lost because of that change because, if a python2 module package or a package containing a python2 script would miss to pull in python2, it would fail to build.
This commit is contained in:
parent
0901ca7282
commit
501ebe3ec0
@ -64,7 +64,7 @@ Requires: pkgconfig-reqprov
|
||||
Requires: procps
|
||||
Requires: psmisc
|
||||
Requires: rpm-build-perl >= 0.76
|
||||
Requires: rpm-build-python >= 0.31
|
||||
Requires: rpm-macros-python
|
||||
Requires: rpmspec
|
||||
Requires: sed
|
||||
Requires: service
|
||||
|
Loading…
Reference in New Issue
Block a user