diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-09 00:03:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 12:49:22 +0700 |
commit | 0727d8427a813d03f1437f7b62e35e2677336288 (patch) | |
tree | db0304a312d1b3757699601f839774784f8a9cdc | |
parent | 59a0b43d9b986751690fd8f8a3a085fcff865ac7 (diff) | |
download | slackbuilds-0727d8427a813d03f1437f7b62e35e2677336288.tar.gz |
network/EarthReader-Web: added python3-waitress as REQUIREMENT for python3 version
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/EarthReader-Web/EarthReader-Web.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/EarthReader-Web/EarthReader-Web.info b/network/EarthReader-Web/EarthReader-Web.info index ad112581eb..f845e2ce89 100644 --- a/network/EarthReader-Web/EarthReader-Web.info +++ b/network/EarthReader-Web/EarthReader-Web.info @@ -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" |