3 Commits

Author SHA1 Message Date
Alexander Kukushkin
0273eac15e Compatibility with pyinstaller (#2537)
it doesn't like relative imports and not recognise `http.server` imported with `six`.
The last one is explicitly added to the list of `hiddenimports()` and will break compatibility with python 2.7, which support will be dropped in the next Patroni release anyway.

Close https://github.com/zalando/patroni/issues/2535
2023-01-26 16:35:30 +01:00
Alexander Kukushkin
2086c90a4a Try to get rid from hardcoded names when building binary 2016-09-05 14:11:53 +02:00
Dmytro Aleksandrov
e86cf9a722 Attempt to make single binary build with pyinstaller 2016-08-15 23:19:14 +03:00