From 967467ab0f065b19076cd3f1e568aed88d224070 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Feb 2017 09:18:00 -0800 Subject: [PATCH] BR python-setuptools not python2-setuptools This is just temporary so we can do a final clean rebase of the EL6 branch before they fork (0.5.0 drops Python 2.6 support so it can't go to EL6). --- python-defusedxml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-defusedxml.spec b/python-defusedxml.spec index 23af4b3..3ffcce0 100644 --- a/python-defusedxml.spec +++ b/python-defusedxml.spec @@ -24,7 +24,7 @@ Patch3: 0001-Fully-fix-iterparse-defusing-on-Python-3.6.patch BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python2-setuptools +BuildRequires: python-setuptools %if 0%{with_python3} BuildRequires: python3-devel