Minor packaging cleanups

- Fix issue with newline in pkg/debian/source/format
- Update pyinstaller requirement to support python 3.8/3.9
Este commit está contenido en:
Andrew Senetar 2020-12-28 22:51:09 -06:00
padre e822a67b38
commit c8cfa954d5
Firmado por: arsenetar
ID de clave GPG: C63300DCE48AB2F1
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -1 +1 @@
3.0 (native)
3.0 (native)

Ver fichero

@ -2,4 +2,4 @@ pytest>=5,<6
flake8
tox-travis
black
pyinstaller>=3.4,<4.0; sys_platform == 'win32'
pyinstaller>=4.0,<5.0; sys_platform == 'win32'