summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:38:57 +0100
committer Willy Sudiarto Raharjo2023-12-22 01:59:45 +0100
commitc21ae1d482d3ab98620dc7f6e3573dc29e909403 (patch)
tree14f014db243ba1618b2a4a645634b2a903e42a0e /development
parent3612fd6d0e3a55cad5fd8578cf0f3c94358e5c6f (diff)
downloadslackbuilds-c21ae1d482d3ab98620dc7f6e3573dc29e909403.tar.gz
development/coccinelle: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/coccinelle/coccinelle.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/coccinelle/coccinelle.info b/development/coccinelle/coccinelle.info
index d462ab0a95..b508d15ca1 100644
--- a/development/coccinelle/coccinelle.info
+++ b/development/coccinelle/coccinelle.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/coccinelle/coccinelle/archive/1.1.1/coccinelle-1.1.
MD5SUM="d7404a70dd4480cb0f0d346550437d5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ocaml-findlib ocaml-num"
+REQUIRES="ocaml-num"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"