From 773062050e35a46547b4b56cb10984edbf782c73 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 30 2018 01:19:21 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-slackclient.spec b/python-slackclient.spec index 227f485..a4a245e 100644 --- a/python-slackclient.spec +++ b/python-slackclient.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Slack Developer Kit for Python License: MIT @@ -17,11 +17,11 @@ BuildArch: noarch Summary: %{summary} %{?python_provide:%python_provide python2-%{modname}} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-websocket-client +BuildRequires: python2-setuptools +BuildRequires: python2-websocket-client BuildRequires: python2-six BuildRequires: python2-requests -Requires: python-websocket-client +Requires: python2-websocket-client Requires: python2-six Requires: python2-requests @@ -75,6 +75,10 @@ Python %{python3_pkgversion} version. %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Tue Jan 30 2018 Iryna Shcherbina - 1.1.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Nov 27 2017 Gwyn Ciesla - 1.1.0-1 - 1.1.0