summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt3
-rw-r--r--setup.py1
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)
==================
diff --git a/setup.py b/setup.py
index 7647526a4..c459d86a8 100644
--- a/setup.py
+++ b/setup.py
@@ -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',