From: Mateusz Korniak Date: Thu, 30 Oct 2014 10:50:56 +0000 (+0100) Subject: Release 2. Fixed egg dependencies. X-Git-Tag: auto/th/python-flask-debugtoolbar-lineprofilerpanel-1.0.2-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=35b83c756705af34ed0885221e75cc311e1e9602;p=packages%2Fpython-flask-debugtoolbar-lineprofilerpanel.git Release 2. Fixed egg dependencies. --- diff --git a/python-flask-debugtoolbar-lineprofilerpanel.spec b/python-flask-debugtoolbar-lineprofilerpanel.spec index 6e39094..93749ff 100644 --- a/python-flask-debugtoolbar-lineprofilerpanel.spec +++ b/python-flask-debugtoolbar-lineprofilerpanel.spec @@ -10,7 +10,7 @@ Summary: Panel for the Flask Debug toolbar to capture and view line-by-line prof Summary(pl.UTF-8): Pandel do Flask Debug toolbar do analizy statystyk wykonania kodu linia po linii Name: python-%{module} Version: 1.0.2 -Release: 1 +Release: 2 License: MIT Group: Libraries/Python Source0: https://pypi.python.org/packages/source/F/Flask-DebugToolbar-LineProfilerPanel/Flask-DebugToolbar-LineProfilerPanel-%{version}.tar.gz @@ -75,6 +75,8 @@ Dokumentacja API %{module}. %prep %setup -q -n Flask-DebugToolbar-LineProfilerPanel-%{version} +# Until fixed upstream: +sed -i 's/line-profiler>=1.0b3/line_profiler>=1.0/g' setup.py %build %if %{with python2}