diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-25 10:51:12 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:05 +0700 |
commit | a07f35a80e16fd592de0ce1dd067a90bc3691ffb (patch) | |
tree | f3e3597e95589440e2f125b0a47fd0b52fc6f03c /python | |
parent | f2e738af0e7c8d65dcf3f7fef0e43bffe37d28fb (diff) |
python/rencode: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/rencode/rencode.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rencode/rencode.info b/python/rencode/rencode.info index 9edb293e6df3e..dff3bfc896deb 100644 --- a/python/rencode/rencode.info +++ b/python/rencode/rencode.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/aresch/rencode/archive/v1.0.6/rencode-1.0.6.tar.gz" MD5SUM="5ad85007483c35d0d04c1e027a680f1c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="wheel" MAINTAINER="Logan Rathbone" EMAIL="poprocks@gmail.com" |