Skip to content

Commit

Permalink
HH-56406 remove tornado_util
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Sumin committed Nov 23, 2015
1 parent b8333b9 commit de745e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Build-Depends:
python-setuptools,
python-nose,
python-simplejson,
python-tornado (>= 2.0.1+hh24),
python-tornado-util (>= 0.7.6),
python-tornado (>= 3.2.2+hh4),
python-jinja2,
libcurl3 (=7.22.0-3ubuntu4.14+hh1),
libcurl3-gnutls (=7.22.0-3ubuntu4.14+hh1),
python-pycurl,
Standards-Version: 3.9.3
X-Python-Version: >= 2.7

Expand All @@ -27,9 +27,10 @@ Depends:
python,
python-lxml,
python-simplejson,
python-tornado (>= 2.0.1+hh24),
python-tornado-util (>= 0.7.6),
python-tornado (>= 3.2.2+hh4),
python-jinja2,
python-pycurl,
python-daemon,
Suggests:
python-raven (>= 5.2.0+hh1),
Description: Tornado-based application server
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,18 @@ def run(self):
},
install_requires=[
'nose',
'python-daemon',
'lxml >= 2.3.2',
'simplejson >= 2.3.2',
'pycurl >= 7.19.0',
'requests >= 0.8.2',
'jinja2 >= 2.6',
'tornado == 3.2.2-hh2',
'tornado_util >= 0.8.0',
],
tests_require=[
'pep8',
],
dependency_links=[
'https://github.com/hhru/tornado-util/archive/master.zip#egg=tornado_util-0.8.0',
'https://github.com/hhru/tornado/archive/master.zip#egg=tornado-3.2.2-hh2',
],
zip_safe=False
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ envlist = py27

[testenv]
commands = python setup.py test
install_command = pip install --process-dependency-links --allow-all-external --allow-unverified tornado tornado-util {opts} {packages}
install_command = pip install --process-dependency-links --allow-all-external --allow-unverified tornado {opts} {packages}

0 comments on commit de745e3

Please sign in to comment.