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

file modified
+7 -3
@@ -5,17 +5,17 @@ 

  

  Name:			ailurus

  Version:		10.10.3

- Release:		12%{?dist}

+ Release:		13%{?dist}

  Summary:		A simple application installer and GNOME tweaker

  Group:			Applications/System

  License:		GPLv2+

  URL:			http://ailurus.googlecode.com/

  Source:		http://ailurus.googlecode.com/files/%{name}-%{version}.tar.gz

- BuildRequires:	python2-devel python-distutils-extra intltool

+ BuildRequires:	python2-devel python2-distutils-extra intltool

  BuildRequires:	desktop-file-utils

  BuildArch:		noarch

  # The automatic dependency consists of python and rpmlib only. It is insufficient.

- Requires:		polkit pygtk2 notify-python vte rpm-python pygobject2 dbus-python wget unzip gnome-python2-gnomekeyring

+ Requires:		polkit pygtk2 python2-notify vte python2-rpm pygobject2 python2-dbus wget unzip gnome-python2-gnomekeyring

  

  %description

  Ailurus is a simple application installer and GNOME tweaker.
@@ -73,6 +73,10 @@ 

  %{python_sitelib}/ailurus*.egg-info

  

  %changelog

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

+ - Fix ambiguous Python 2 dependency declarations

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

+ 

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

  - 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=23642939
Note: please do not backport this to f26 branch(es) as some of the modified requirements are not available there

This PR was opened automatically, for source code see here

Pull-Request has been merged by churchyard

6 years ago