this repo has no description

wyrd needs conf-autoconf

Fails with
```
=== ERROR while compiling wyrd.1.4.6 =========================================#
context 2.4.0~alpha1~dev | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
path ~/.opam/5.3/.opam-switch/build/wyrd.1.4.6
command ~/.opam/opam-init/hooks/sandbox.sh build make
exit-code 2
env-file ~/.opam/log/wyrd-9-01b87a.env
output-file ~/.opam/log/wyrd-9-01b87a.out
autoconf
make: autoconf: No such file or directory
make: *** [Makefile:199: configure] Error 127
```

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+1
packages
wyrd
wyrd.1.4.6
+1
packages/wyrd/wyrd.1.4.6/opam
···
depends: [
"ocaml"
"camlp4"
"conf-ncurses"
]
x-ci-accept-failures: ["debian-unstable"]
···
depends: [
"ocaml"
"camlp4"
+
"conf-autoconf"
"conf-ncurses"
]
x-ci-accept-failures: ["debian-unstable"]