#1 Fix ambiguous Python 2 dependency declarations
Merged 6 years ago by rstrode. Opened 6 years ago by ishcherb.
rpms/ ishcherb/alacarte pyambiguous  into  master

file modified
+6 -2
@@ -2,7 +2,7 @@ 

  

  Name:           alacarte

  Version:        3.11.91

- Release:        7%{?dist}

+ Release:        8%{?dist}

  Summary:        Menu editor for the GNOME desktop

  

  Group:          Applications/System
@@ -13,7 +13,7 @@ 

  

  BuildArch:      noarch

  

- BuildRequires:  python, python-devel, gettext

+ BuildRequires:  python2, python2-devel, gettext

  BuildRequires:  pygobject3-devel

  BuildRequires:  pkgconfig

  BuildRequires:  gnome-menus-devel >= 2.27.92
@@ -87,6 +87,10 @@ 

  

  

  %changelog

+ * Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.11.91-8

+ - Fix ambiguous Python 2 dependency declarations

+   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

+ 

  * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.91-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

  

This package uses names with ambiguous python- prefix in requirements.

According to Fedora Packaging guidelines for Python, packages must use names with either python2- or python3- prefix in requirements where available.
We are aiming to rename python-* dependencies to python2-*, so we can later switch the python-* namespace to Python 3.

This PR is part of Fedora's Switch to Python 3 effort.

Note that, although this PR was created automatically, we will respond to any comments or issues which you might find with it. We will keep the PR open for review for a week, and if there's no feedback we'll merge it.

Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=23642974
This PR was opened automatically, for source code see here

Pull-Request has been merged by rstrode

6 years ago