changeset 439:36c9fb677f1d

removed `sat_tmp.twisted` patches + update minimum Twisted version: - `sat_tmp` patches are not needed anymore and cause trouble with latest Twisted (21.02) - update minimum to `20.3.0` which is the first one to support Python 3.8
author Goffi <goffi@goffi.org>
date Thu, 18 Mar 2021 22:23:37 +0100
parents b5e1e8d93dd4
children 074037832daf
files setup.py twisted/plugins/pubsub.py
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Feb 27 21:20:32 2021 +0100
+++ b/setup.py	Thu Mar 18 22:23:37 2021 +0100
@@ -25,6 +25,7 @@
 
 install_requires = [
     'wokkel >= 0.7.1',
+    'twisted >= 20.3.0',
     'psycopg2',
     'sat_tmp',
     'uuid',
--- a/twisted/plugins/pubsub.py	Sat Feb 27 21:20:32 2021 +0100
+++ b/twisted/plugins/pubsub.py	Thu Mar 18 22:23:37 2021 +0100
@@ -55,9 +55,6 @@
 import os
 from os.path import expanduser, realpath
 import configparser
-# patch for Python 3.8 compatibility
-from sat_tmp.twisted import install as install_twisted_patches
-install_twisted_patches()
 from zope.interface import implementer
 from twisted.application.service import IServiceMaker
 from twisted.application import service