ports/www/py-tornado/files/patch-setup.py
Ruslan Makhmatkhanov 784afb5487 - update to 3.0.1
- change USE_PYTHON to ``yes'' (both python branches are supported)
- depend on py-curl only if python2 is used (it doesn't work with python3)

PR:		178234
Submitted by:	gblach
Approved by:	Guixing <khsing.cn@gmail.com> (maintainer)
2013-05-07 07:18:48 +00:00

12 lines
492 B
Python

--- 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",
"options_test.cfg",
"static/robots.txt",
"templates/utf8.html",