Skip to content

Commit

Permalink
[PATCH 053/153] implement elfowl postback for python
Browse files Browse the repository at this point in the history
RB_ID=154592

(sapling split of 83562ddc802a8003fad38f47af5f91a64a48d9c8)

(sapling split of 42edf4fbc951734d244d324c1f41d14983faf5ad)
  • Loading branch information
wickman authored and John Sirois committed Jan 15, 2014
1 parent 5a31422 commit f1c9201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def make_dep(name, dependency_name=None):
make_dep('antlr-3.1.3', 'antlr_python_runtime==3.1.3')
make_dep('beautifulsoup', 'BeautifulSoup==3.2.0')
make_dep('boto', 'boto==2.0')
make_dep('bottle')
make_dep('bottle', 'bottle==0.11.6')
make_dep('cherrypy')
make_dep('coverage')
make_dep('dateutil', 'python-dateutil==1.5')
Expand Down

0 comments on commit f1c9201

Please sign in to comment.