Update "Developer Quick-Start" guide for Fedora 23+
This patch is updating the "Developer Quick-Start" guide to instruct people using Fedora 23+ to install a package called "redhat-rpm-config". This is needed to build a virtualenv for development successfully. Closes-Bug: #1527614 Change-Id: I95c927330faea009b327492a3884e01b9c44606d
This commit is contained in:
parent
32646bddb6
commit
13cf3c1f68
@ -30,13 +30,16 @@ Install prerequisites (for python 2.7):
|
||||
|
||||
sudo yum install python-devel openssl-devel python-pip mysql-devel libxml2-devel libxslt-devel postgresql-devel git git-review libffi-devel gettext ipmitool psmisc graphviz gcc libjpeg-turbo-devel
|
||||
|
||||
If using RHEL and yum reports "No package python-pip available" and "No
|
||||
package git-review available", use the EPEL software repository.
|
||||
Instructions can be found at `<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_.
|
||||
|
||||
- Fedora 22 or higher::
|
||||
|
||||
sudo dnf install python-devel openssl-devel python-pip mysql-devel libxml2-devel libxslt-devel postgresql-devel git git-review libffi-devel gettext ipmitool psmisc graphviz gcc libjpeg-turbo-devel
|
||||
|
||||
If using RHEL and yum reports "No package python-pip available" and "No
|
||||
package git-review available", use the EPEL software repository.
|
||||
Instructions can be found at `<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_.
|
||||
Additionally, if using Fedora 23, ``redhat-rpm-config`` package should be
|
||||
installed so that development virtualenv can be built successfully.
|
||||
|
||||
- openSUSE/SLE 12::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user