summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2017-05-23 09:55:18 -0400
committerStephan Richter <stephan.richter@gmail.com>2017-05-23 09:55:18 -0400
commit54e22afd3b7d53a2a3eeee3925acdee74d57dbc7 (patch)
treef7a1aa9b5d433afc831d699ef2c543274af64103
parent2bb01f5560b8839ef72bd1836fcf1b7d11ce8754 (diff)
downloadzope-i18n-54e22afd3b7d53a2a3eeee3925acdee74d57dbc7.tar.gz
Make sure we have python gettext for test runs.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8b205bd..8eae3ef 100644
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,7 @@ setup(
],
extras_require=dict(
test=[
+ 'python-gettext',
'zope.component [zcml]',
'zope.configuration',
'zope.security',
@@ -99,6 +100,7 @@ setup(
],
),
tests_require = [
+ 'python-gettext',
'zope.component [zcml]',
'zope.configuration',
'zope.security',