From fbddc6aa2388cf9b0a35c315ad2bf85c96094dac Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Fri, 14 Jul 2017 00:25:31 +0200 Subject: [PATCH] Remove plone.app.robotframework extras They are not only not needed, but they would prevent the migration to Python 3. Thanks to @datakurre for the pointers. --- CHANGES.rst | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f59c7bb..17628e7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,9 @@ New features: Bug fixes: -- *add item here* +- Remove plone.app.robotframework extras (reload and ride). + They are not needed and they are not Python 3 compatible. + [gforcada] 3.0.2 (2017-07-03) diff --git a/setup.py b/setup.py index 92db4bf..85f100b 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup(name='plone.app.discussion', 'plone.contentrules', 'plone.app.contentrules', 'plone.app.contenttypes[test]', - 'plone.app.robotframework[ride,reload]', + 'plone.app.robotframework', ] }, entry_points="""