1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/control b/control
index a010475..da60418 100644
--- a/control
+++ b/control
@@ -33,7 +33,6 @@ Build-Depends: autotools-dev,
llvm-dev,
libclang-dev,
clang,
- cbindgen (>= 0.19.0),
nodejs (>= 10),
zip,
unzip,
diff --git a/control.in b/control.in
index b6acf1b..089cbf7 100644
--- a/control.in
+++ b/control.in
@@ -58,7 +58,6 @@ Build-Depends: autotools-dev,
libclang-dev,
clang,
%endif
- cbindgen (>= 0.19.0),
%if DIST == stretch
nodejs-mozilla (>= 10),
%else
|