diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 00:41:22 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 00:41:22 +0000 |
commit | a00226baf8906da569df97bc60d28377c601650d (patch) | |
tree | 6bc4a803a1822267331e9dc4e657535a45ac5055 /www/xist | |
parent | 50fb69d7fcfa409474208456591e00a504244b01 (diff) |
Notes
Diffstat (limited to 'www/xist')
-rw-r--r-- | www/xist/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/xist/files/patch-setup.py b/www/xist/files/patch-setup.py deleted file mode 100644 index b4f17ff20be7..000000000000 --- a/www/xist/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2010-10-19 09:50:33.000000000 +0800 -+++ setup.py 2010-10-19 09:50:51.000000000 +0800 -@@ -283,7 +283,7 @@ - "scripts/orafind.py", - ], - install_requires=[ -- "cssutils == 0.9.5.1", -+ "cssutils >= 0.9.5.1", - ], - extras_require = { - "oracle": ["cx_Oracle >= 5.0.1"], |