this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22992 from emillon/debian11-conf-openbabel

openbabel: allow failures on Debian 11

authored by

Marcello Seri and committed by
GitHub
591ea3fe f1f9fd34

+1 -1
+1 -1
packages/conf-openbabel/conf-openbabel.0.1/opam
··· 15 15 "-lopenbabel" 16 16 ] {os = "macos"} 17 17 ] 18 - x-ci-accept-failures: ["debian-unstable"] 18 + x-ci-accept-failures: ["debian-11" "debian-unstable"] 19 19 depexts: [ 20 20 ["libopenbabel-dev"] {os-family = "debian"} 21 21 ["open-babel"] {os = "macos" & os-distribution = "homebrew"}