This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update devguide to include Fedora's DNF
Type: enhancement Stage: resolved
Components: Devguide Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, ezio.melotti, luiz.poleto, python-dev, willingc
Priority: normal Keywords: patch

Created on 2016-04-13 18:49 by luiz.poleto, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue26749.patch luiz.poleto, 2016-04-13 18:51
Messages (5)
msg263350 - (view) Author: Luiz Poleto (luiz.poleto) * Date: 2016-04-13 18:49
Starting with Fedora 22, yum is no longer the default packaging tool, being replaced by the new DNF (Dandified Yum).

Section 1.1.3.1 of the devguide, Build dependencies, has instructions to install system headers using popular Linux distributions, including Fedora, however, it only covers using yum to do it.

This section should be updated to include the usage of the new DNF packaging tool to perform that task.
msg263351 - (view) Author: Luiz Poleto (luiz.poleto) * Date: 2016-04-13 18:51
The attached patch contains the instructions on how to use DNF to install the system headers.
msg263389 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-04-14 09:16
Committed in 0ed2497e5aa4. Thanks for the patch, Luiz.
msg263390 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-14 09:17
New changeset 0ed2497e5aa4 by Berker Peksag in branch 'default':
Issue #26749: Update devguide to include DNF package manager
https://hg.python.org/devguide/rev/0ed2497e5aa4
msg263407 - (view) Author: Luiz Poleto (luiz.poleto) * Date: 2016-04-14 13:23
Nice! Thanks!

On Thu, Apr 14, 2016, 5:16 AM Berker Peksag <report@bugs.python.org> wrote:

>
> Berker Peksag added the comment:
>
> Committed in 0ed2497e5aa4. Thanks for the patch, Luiz.
>
> ----------
> components: +Devguide -Documentation
> nosy: +berker.peksag, ezio.melotti, willingc
> resolution:  -> fixed
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue26749>
> _______________________________________
>
History
Date User Action Args
2022-04-11 14:58:29adminsetgithub: 70936
2016-04-14 13:23:32luiz.poletosetmessages: + msg263407
2016-04-14 09:17:08python-devsetnosy: + python-dev
messages: + msg263390
2016-04-14 09:16:42berker.peksagsetstatus: open -> closed

components: + Devguide, - Documentation

nosy: + berker.peksag, ezio.melotti, willingc
messages: + msg263389
resolution: fixed
stage: resolved
2016-04-13 18:51:06luiz.poletosetfiles: + issue26749.patch
keywords: + patch
messages: + msg263351
2016-04-13 18:49:03luiz.poletocreate