Skip to content

Commit 62ee691

Browse files
committed
Fix tabs in build scripts.
1 parent 34f5eed commit 62ee691

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/python27/cheroot/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SUMMARY="cheroot - Highly-optimized, pure-python HTTP server"
3333
DESC="$SUMMARY"
3434

3535
RUN_DEPENDS_IPS+="
36-
library/python-2/more-itertools-27
36+
library/python-2/more-itertools-27
3737
"
3838

3939
. $SRCDIR/../common.sh

build/python27/cherrypy/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ DESC="$SUMMARY"
3535
. $SRCDIR/../common.sh
3636

3737
RUN_DEPENDS_IPS+="
38-
library/python-2/tempora-27
39-
library/python-2/six-27
40-
library/python-2/portend-27
41-
library/python-2/cheroot-27
38+
library/python-2/tempora-27
39+
library/python-2/six-27
40+
library/python-2/portend-27
41+
library/python-2/cheroot-27
4242
library/python-2/jaraco.classes-27
4343
"
4444

0 commit comments

Comments
 (0)