Oops, dh-python should not be a build dep. And change classifiers in setup.py to a list instead of a tuple

This commit is contained in:
Micah Lee 2020-02-24 16:19:07 -08:00
parent 7113ac3c02
commit e074204e17
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 3 additions and 3 deletions

View file

@ -31,10 +31,10 @@ setuptools.setup(
("share/dangerzone", file_list("share")),
("share/dangerzone/container", file_list("share/container")),
],
classifiers=(
classifiers=[
"Programming Language :: Python",
"Intended Audience :: End Users/Desktop",
"Operating System :: OS Independent",
),
],
entry_points={"console_scripts": ["dangerzone = dangerzone:main"]},
)

View file

@ -1,6 +1,6 @@
[DEFAULT]
Package3: dangerzone
Depends3: docker.io, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests
Build-Depends: python3, python-all, dh-python
Build-Depends: python3, python3-all
Suite: bionic
X-Python3-Version: >= 3.7