diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-05-10 22:53:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:08 +0700 |
commit | 57f0524eae56f711fbed2039230899f1060b063a (patch) | |
tree | 6a7b1e75815f92200c6f2d861f8dc17bf1cefc35 | |
parent | 1fd6bed26ff63c93cb0443b51b36421dcba760bc (diff) |
network/FireWorks: REQUIRES updated for renamed python deps.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/FireWorks/FireWorks.SlackBuild | 2 | ||||
-rw-r--r-- | network/FireWorks/FireWorks.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/FireWorks/FireWorks.SlackBuild b/network/FireWorks/FireWorks.SlackBuild index 7ab5783e5abe..457a25009e3b 100644 --- a/network/FireWorks/FireWorks.SlackBuild +++ b/network/FireWorks/FireWorks.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=FireWorks VERSION=${VERSION:-2.0.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/FireWorks/FireWorks.info b/network/FireWorks/FireWorks.info index 9b5a64464762..3b62f2a82425 100644 --- a/network/FireWorks/FireWorks.info +++ b/network/FireWorks/FireWorks.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d1/9a/54d72f7b09995155f513064d MD5SUM="418b196f2710938380e374ca85ac12e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pymongo monty python3-dateutil python3-tabulate python3-flask-paginate gunicorn python-ruamel.yaml tqdm" +REQUIRES="pymongo monty python3-dateutil python3-tabulate python3-flask-paginate gunicorn python3-ruamel.yaml tqdm" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |