diff options
Diffstat (limited to 'www/py-tornado/files/patch-setup.py')
-rw-r--r-- | www/py-tornado/files/patch-setup.py | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/www/py-tornado/files/patch-setup.py b/www/py-tornado/files/patch-setup.py index 13e6e0ae6aba..e727a5331d5c 100644 --- a/www/py-tornado/files/patch-setup.py +++ b/www/py-tornado/files/patch-setup.py @@ -1,21 +1,12 @@ ---- ./setup.py.orig 2012-09-04 15:09:29.000000000 +1000 -+++ ./setup.py 2012-11-19 19:24:33.000000000 +1100 -@@ -25,6 +25,8 @@ - - kwargs = {} - -+kwargs["zip_safe"] = False -+ - # Build the epoll extension for Linux systems with Python < 2.6 - extensions = [] - major, minor = sys.version_info[:2] -@@ -54,9 +56,6 @@ - "test.key", - "static/robots.txt", - "templates/utf8.html", +--- setup.py.orig 2013-04-29 08:46:17.852783104 +0200 ++++ setup.py 2013-04-29 08:46:30.135662912 +0200 +@@ -41,9 +41,6 @@ + # in the sdist tarball) + "tornado.test": [ + "README", - "csv_translations/fr_FR.csv", - "gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo", - "gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po", - ], - }, - ext_modules = extensions, + "options_test.cfg", + "static/robots.txt", + "templates/utf8.html", |