From 59a69068c6acdfc93ef90045d89a52787e33391a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 4 Mar 2009 23:57:58 +0000 Subject: Add explicit dependency on zope.proxy. --- CHANGES.txt | 13 +++++++------ setup.py | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7a78fdf39..2be49e6a0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,13 @@ Next release ============ -- Add explicit dependencies on ``zope.deferredimport`` and - ``zope.deprecation`` for forward compatibility reasons - (``zope.component`` will stop relying on ``zope.deferredimport`` - soon and although we use it directly, it's only a transitive - dependency, and ''zope.deprecation`` is used even though it's only a - transitive dependency as well). +- Add explicit dependencies on ``zope.deferredimport``, + ``zope.deprecation``, and ``zope.proxy`` for forward compatibility + reasons (``zope.component`` will stop relying on + ``zope.deferredimport`` soon and although we use it directly, it's + only a transitive dependency, and ''zope.deprecation`` and + ``zope.proxy`` are used directly even though they're only transitive + dependencies as well). - Using ``model_url`` or ``model_path`` against a broken model graph (one with models that had a non-root model with a ``__name__`` of diff --git a/setup.py b/setup.py index e0825310f..9308c80b6 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ install_requires=[ 'WebOb', 'zope.interface', 'zope.component', + 'zope.proxy', 'zope.hookable', 'zope.testing', 'zope.deferredimport', -- cgit v1.2.3