]> git.pld-linux.org Git - packages/python-flask-debugtoolbar-lineprofilerpanel.git/commitdiff
Release 2. Fixed egg dependencies. auto/th/python-flask-debugtoolbar-lineprofilerpanel-1.0.2-2
authorMateusz Korniak <matkor@pld-linux.org>
Thu, 30 Oct 2014 10:50:56 +0000 (11:50 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Thu, 30 Oct 2014 10:50:56 +0000 (11:50 +0100)
python-flask-debugtoolbar-lineprofilerpanel.spec

index 6e39094afba627654ee695a65701db9b36d2a3fd..93749ff5c78863c4f94928a33f076eef4f9a5009 100644 (file)
@@ -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}
This page took 0.087615 seconds and 4 git commands to generate.