From 29fa23574900de82b65c2518f72687e39273e0f5 Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Mar 25 2014 21:53:25 +0000 Subject: Add python-setuptools as a dependancy --- diff --git a/python-svgwrite.spec b/python-svgwrite.spec index 802a7be..f60f034 100644 --- a/python-svgwrite.spec +++ b/python-svgwrite.spec @@ -1,6 +1,6 @@ Name: python-svgwrite Version: 1.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python 2 library to create SVG drawings License: MIT @@ -8,16 +8,16 @@ URL: https://bitbucket.org/mozman/svgwrite Source0: https://bitbucket.org/mozman/svgwrite/downloads/svgwrite-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel pyparsing -Requires: pyparsing +BuildRequires: python2-devel python-setuptools pyparsing +Requires: python-setuptools pyparsing %description Python 2 library to create SVG drawings. %package -n python3-svgwrite Summary: Python 3 library to create SVG drawings -BuildRequires: python3-devel python3-pyparsing -Requires: python3-pyparsing +BuildRequires: python3-devel python3-setuptools python3-pyparsing +Requires: python3-setuptools python3-pyparsing %description -n python3-svgwrite Python 3 library to create SVG drawings. @@ -75,6 +75,9 @@ popd %{python3_sitelib}/svgwrite/ %changelog +* Tue Mar 25 2014 Julien Enselme - 1.1.4-2 +- Add python-setuptools as a dependancy + * Tue Mar 25 2014 Julien Enselme - 1.1.4-1 - Update to 1.1.4 from upstream - The bundled library was removed upstream