#1 spec: better handling of python3 R
Merged 3 years ago by jcerny. Opened 3 years ago by fepitre.
rpms/ fepitre/scap-security-guide spec-python3  into  master

file modified
+7 -1
@@ -7,7 +7,13 @@ 

  Source0:	https://github.com/ComplianceAsCode/content/releases/download/v%{version}/scap-security-guide-%{version}.tar.bz2

  BuildArch:	noarch

  

- BuildRequires:	libxslt, expat, python3, openscap-scanner >= 1.2.5, cmake >= 3.8, python3-jinja2, python3-PyYAML

+ BuildRequires:	libxslt

+ BuildRequires:	expat

+ BuildRequires:	openscap-scanner >= 1.2.5

+ BuildRequires:	cmake >= 2.8

+ BuildRequires:	python%{python3_pkgversion}

+ BuildRequires:	python%{python3_pkgversion}-jinja2

+ BuildRequires:	python%{python3_pkgversion}-PyYAML

  Requires:	xml-common, openscap-scanner >= 1.2.5

  Obsoletes:	openscap-content < 0:0.9.13

  Provides:	openscap-content

Signed-off-by: Frédéric Pierret (fepitre) frederic.pierret@qubes-os.org

It allows to build properly under CentOS 7+.

Hi, thank you very much for fixing it.

Pull-Request has been merged by jcerny

3 years ago
Metadata