From b15ed0c4e42af18bbe175dd0b7a9ba5caa02cac6 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Mon, 15 Jun 2015 10:58:29 +0200 Subject: [PATCH] use setuptools instead of distribute --- python-markupsafe.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 2e9d55e..340d56c 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -20,12 +20,12 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %if %{with python2} BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %endif %if %{with python3} BuildRequires: python-2to3 BuildRequires: python3-devel -BuildRequires: python3-distribute +BuildRequires: python3-setuptools %endif Requires: python-modules Provides: python-MarkupSafe = %{version}-%{release} -- 2.43.0