mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
- 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)
12 lines
492 B
Python
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",
|