[Python-checkins] devguide: Issue #26749: Update devguide to include DNF package manager

berker.peksag python-checkins at python.org
Thu Apr 14 05:15:28 EDT 2016


https://hg.python.org/devguide/rev/0ed2497e5aa4
changeset:   795:0ed2497e5aa4
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Apr 14 12:15:56 2016 +0300
summary:
  Issue #26749: Update devguide to include DNF package manager

Patch by Luiz Poleto.

files:
  setup.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -113,6 +113,11 @@
    $ sudo yum install yum-utils
    $ sudo yum-builddep python3
 
+Fedora and other ``DNF`` based systems::
+
+   $ sudo dnf install dnf-plugins-core  # install this to use 'dnf builddep'
+   $ sudo dnf builddep python3
+
 Debian, Ubuntu and other ``apt`` based systems, try to get the dependencies for
 the Python version that you're working on e.g.::
 

-- 
Repository URL: https://hg.python.org/devguide


More information about the Python-checkins mailing list