diff options
| -rw-r--r-- | CHANGES.txt | 3 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0c6fbd030..85a0245ec 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,8 @@ Next release ============ -- ... +- Remove dependency on ``sourcecodegen`` (not depended upon by + Chameleon 1.1.1+). 1.2b3 (2010-01-24) ================== @@ -34,7 +34,6 @@ install_requires=[ 'WebOb>=0.9.7', # "default_charset" 'repoze.lru', 'setuptools', - 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) 'zope.component >= 3.6.0', # independent of zope.hookable 'zope.configuration', 'zope.deprecation', |
