From: Christopher Lenz Date: Wed, 16 Jul 2008 16:28:21 +0000 (+0000) Subject: Make the dependency on pytz for the tests explicit in `setup.py`. X-Git-Tag: 1.0~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ba842492987a69258a94fa0eba55caa53bbec1;p=thirdparty%2Fbabel.git Make the dependency on pytz for the tests explicit in `setup.py`. --- diff --git a/setup.py b/setup.py index 5cfbf6b6..183face4 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ setup( packages = ['babel', 'babel.messages'], package_data = {'babel': ['global.dat', 'localedata/*.dat']}, test_suite = 'babel.tests.suite', + tests_require = ['pytz'], entry_points = """ [console_scripts]