aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:38:57 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 07:59:45 +0700
commitc21ae1d482d3ab98620dc7f6e3573dc29e909403 (patch)
tree14f014db243ba1618b2a4a645634b2a903e42a0e /development
parent3612fd6d0e3a55cad5fd8578cf0f3c94358e5c6f (diff)
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 d462ab0a95496..b508d15ca1f6f 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"