Skip to content

Commit

Permalink
Merge pull request #10503 from comps/add_python_to_docs
Browse files Browse the repository at this point in the history
add python3 to the list of build dependencies for RHEL-8+
  • Loading branch information
Mab879 authored Apr 27, 2023
2 parents 6cb16a0 + e32ad0d commit 3f2a46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/developer/02_building_complianceascode.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yum install cmake make openscap-utils openscap-scanner PyYAML python-jinja2
On *Red Hat Enterprise Linux 8* and *Fedora* the package list is the same but python2 packages need to be replaced with python3 ones:

```bash
yum install cmake make openscap-utils openscap-scanner python3-pyyaml python3-jinja2 python3-setuptools
yum install cmake make openscap-utils openscap-scanner python3 python3-pyyaml python3-jinja2 python3-setuptools
```

On *Ubuntu* and *Debian*, make sure the packages `libopenscap8`,
Expand Down

0 comments on commit 3f2a46d

Please sign in to comment.