Skip to content

Commit

Permalink
Made Products.MailHost an optional dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 13, 2017
1 parent a9ccb57 commit 41ab064
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -32,6 +32,8 @@ Features Added
Restructuring
+++++++++++++

- Made Products.MailHost an optional dependency.


4.0a6 (2017-06-01)
------------------
Expand Down
3 changes: 0 additions & 3 deletions buildout.cfg
Expand Up @@ -20,7 +20,6 @@ parts =
requirements
sources-dir = develop
auto-checkout =
Products.MailHost


[test]
Expand Down Expand Up @@ -68,8 +67,6 @@ eggs =
five.localsitemanager
Missing
Products.BTreeFolder2
# Exclude not yet ported MailHost
# Products.MailHost
Products.ZCatalog
Record

Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Expand Up @@ -12,7 +12,7 @@ MultiMapping==4.0
PasteDeploy==1.5.2
Persistence==3.0a3
Products.BTreeFolder2==4.0.0
Products.MailHost==3.0 ; python_version < '3.0'
Products.MailHost==3.0
Products.ZCTextIndex==4.0.2
Products.ZCatalog==4.0.0
Record==3.4
Expand Down
1 change: 0 additions & 1 deletion util.py
Expand Up @@ -8,7 +8,6 @@
HERE = os.path.abspath(os.path.dirname(__file__))

PY2_ONLY = [
'Products.MailHost',
'ZServer',
]

Expand Down

0 comments on commit 41ab064

Please sign in to comment.