Minor packaging cleanups

- Fix issue with newline in pkg/debian/source/format
- Update pyinstaller requirement to support python 3.8/3.9
This commit is contained in:
Andrew Senetar 2020-12-28 22:51:09 -06:00
parent e822a67b38
commit c8cfa954d5
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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'