]> git.pld-linux.org Git - packages/python-pyxmpp2.git/blob - newer-setuptools.patch
Rel 7; some python 3.9+ fixes; use newer TLS version; workaround newer setuptools...
[packages/python-pyxmpp2.git] / newer-setuptools.patch
1 --- pyxmpp2-2.0.1/setup.py~     2017-11-27 21:15:25.000000000 +0100
2 +++ pyxmpp2-2.0.1/setup.py      2022-05-26 10:42:49.039970764 +0200
3 @@ -26,8 +26,6 @@ else:
4  
5  extra = {}
6  if sys.version_info[0] >= 3:
7 -    extra['use_2to3'] = True
8 -    extra['use_2to3_fixers'] = ['custom_2to3']
9      install_requires = []
10  else:
11      install_requires = ['dnspython >=1.6.0']
This page took 0.044291 seconds and 3 git commands to generate.