diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-08 11:45:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:14 +0700 |
commit | 3e4fd81a297866656791cbc5976c8908a7419d6b (patch) | |
tree | 0bc1ee336f76700d01f7fdefca4f1e72ec01e3a3 /network | |
parent | 1ddcf07b80d50ff6254cd1b70d86ec8906e2b375 (diff) | |
download | slackbuilds-3e4fd81a297866656791cbc5976c8908a7419d6b.tar.gz |
network/graphite-carbon: Fix REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/graphite-carbon/graphite-carbon.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/graphite-carbon/graphite-carbon.info b/network/graphite-carbon/graphite-carbon.info index 7108505305..d828fcdcd7 100644 --- a/network/graphite-carbon/graphite-carbon.info +++ b/network/graphite-carbon/graphite-carbon.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/graphite-project/carbon/archive/0.9.15/carbon-0.9.1 MD5SUM="1962b92b8b672b33d99b00c303fdd5aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-whisper python-twisted" +REQUIRES="python2-whisper python2-twisted" MAINTAINER="Mario Preksavec" EMAIL="mario at slackware dot hr" |