Alexandre Detiste
b856238110
remove old Python2 __future__ statements
2024-02-15 16:53:34 +01:00
Chris Wood
15c7916e08
Revert previous two commits ( e046627
, a292f52
)
2023-01-27 12:46:30 -05:00
Chris Wood
e046627d31
Try debugging CI/ubuntu-20.04 integration tests...
...
Does removing the `charset_normalizer.md__mypyc` hidden import make the
tests pass?
2023-01-27 11:59:24 -05:00
Chris Wood
c37e330efd
Add charset_normalizer.md__mypyc to hidden imports
...
Fixes: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3966
Overrides: https://github.com/tahoe-lafs/tahoe-lafs/pull/1248
Ref.: https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534
2023-01-27 10:02:59 -05:00
Itamar Turner-Trauring
4315f6a641
Run on Python 3.
2022-02-15 10:12:31 -05:00
Itamar Turner-Trauring
6d4ce3b7ad
Additional hidden imports due to use of Future.
2020-07-03 13:44:47 -04:00
Sajith Sasidharan
26c7282365
Remove characteristic
dependency
...
Fixes: ticket:3279
2020-01-27 13:44:28 -05:00
Chris Wood
c850638537
Fix PyInstaller builds
...
This commit contains a few small changes to fix PyInstaller frozen
builds (which were recently broken in a few ways by changes introduced
with `tahoe invite`, `tahoe daemonize`, and the addition of "setuptools
>= 28.8.0" to setup_requires) and removes a couple of hacks that are no
longer necessary to create working frozen tahoe executables with
PyInstaller.
2018-03-29 14:11:15 -04:00
Chris Wood
aaf167b877
Add support for binary builds with PyInstaller
...
See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2729
2017-08-10 12:43:34 -07:00