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
rodič e822a67b38
revize c8cfa954d5
Podepsáno: arsenetar
ID GPG klíče: C63300DCE48AB2F1
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

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

Zobrazit soubor

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