[packages/python-flask-debugtoolbar-lineprofilerpanel] Release 2. Fixed egg dependencies.
matkor
matkor at pld-linux.org
Thu Oct 30 11:51:05 CET 2014
commit 35b83c756705af34ed0885221e75cc311e1e9602
Author: Mateusz Korniak <matkor at pld-linux.org>
Date: Thu Oct 30 11:50:56 2014 +0100
Release 2. Fixed egg dependencies.
python-flask-debugtoolbar-lineprofilerpanel.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-flask-debugtoolbar-lineprofilerpanel.git/commitdiff/35b83c756705af34ed0885221e75cc311e1e9602
More information about the pld-cvs-commit
mailing list