From 714f546372db8fba6b1078e04af2493da3860bd9 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 29 Nov 2012 12:28:03 +0100 Subject: Fix for two spec file ommisions according to the package review (rhbz#880195) --- python-di.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-di.spec b/python-di.spec index a5034d5..1d91d9c 100644 --- a/python-di.spec +++ b/python-di.spec @@ -18,6 +18,7 @@ URL: http://fedorapeople.org/cgit/msivak/public_git/python-di.git/ Source0: http://pypi.python.org/packages/source/d/di/di-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python-setuptools-devel BuildRequires: python-nose #Requires: BuildArch: noarch @@ -32,6 +33,9 @@ It is intended to be used in unit testing environments. %prep %setup -q -n di-%{version} +# remove upstream egg-info +rm -rf *.egg-info + %build %{__python} setup.py build -- cgit