Minor packaging cleanups

- Fix issue with newline in pkg/debian/source/format
- Update pyinstaller requirement to support python 3.8/3.9
このコミットが含まれているのは:
Andrew Senetar 2020-12-28 22:51:09 -06:00
コミット c8cfa954d5
署名者: arsenetar
GPGキーID: C63300DCE48AB2F1
2個のファイルの変更2行の追加2行の削除

ファイルの表示

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

ファイルの表示

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