Skip to content

Commit

Permalink
Add missing Paste dependency.
Browse files Browse the repository at this point in the history
Otherwise Zope won't start up when installed with `pip` and the
`constraints.txt` file.
  • Loading branch information
Michael Howitz committed Nov 22, 2019
1 parent dbe7e6e commit 2f1ad34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst

- Improve documentation for Zope's error logging services.

- Add ``Paste`` as install dependency, otherwise it won't start when installed
with `pip` and the `constraints.txt` file.
(`#734 <https://github.com/zopefoundation/Zope/issues/734>`_)


Backwards incompatible changes
++++++++++++++++++++++++++++++

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def _read_file(filename):
'DocumentTemplate >= 3.0b9',
'ExtensionClass',
'MultiMapping',
'Paste',
'PasteDeploy',
'Persistence',
'RestrictedPython',
Expand Down

0 comments on commit 2f1ad34

Please sign in to comment.