Skip to content
Snippets Groups Projects
Commit ec1e653c authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Satisfy Python3 dependencies on Debian arch

parent 5750fd5f
No related branches found
No related tags found
No related merge requests found
...@@ -113,11 +113,11 @@ The tool uses following status for IdPs: ...@@ -113,11 +113,11 @@ The tool uses following status for IdPs:
1. Update the system packages: 1. Update the system packages:
* `sudo yum -y update` * `sudo yum -y update`
2. Install the Development Tools: 2. Install the YUM utils:
* `sudo yum -y groupinstall "Development Tools"` * `sudo yum install yum-utils`
3. Install needed packages to build python: 3. Install needed packages to build python:
* `sudo yum -y install openssl-devel bzip2-devel libffi-devel wget` * `sudo yum-builddep python3`
4. Install Git: 4. Install Git:
* `sudo yum -y install git` * `sudo yum -y install git`
...@@ -127,8 +127,8 @@ The tool uses following status for IdPs: ...@@ -127,8 +127,8 @@ The tool uses following status for IdPs:
1. Update the system packages: 1. Update the system packages:
* `sudo apt update ; sudo apt upgrade -y` * `sudo apt update ; sudo apt upgrade -y`
2. Install needed packages to build python: 2. Install needed packages to build python3:
* `sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev` * `sudo apt-get build-dep python3`
3. Install Git: 3. Install Git:
* `sudo apt install git` * `sudo apt install git`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment