network/EarthReader-Web: added python3-waitress as REQUIREMENT for python3 version

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-03-09 00:03:44 +01:00 committed by Willy Sudiarto Raharjo
parent 59a0b43d9b
commit 0727d8427a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/E/EarthReader-Web/EarthReader-
MD5SUM="d392961ec1e9d2778b841bd938692553"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-libsass Flask libearth waitress"
REQUIRES="python-libsass Flask libearth waitress python3-waitress"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"