# The original copy of this list is in bob-devel recipe. Keep them synced please. {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} package: name: beat-devel version: 2020.05.18 build: # the build number must be zero all the time. number: 0 ignore_run_exports: {% for package in resolved_packages('host') %} - {{ package.split()[0] }} {% endfor %} requirements: host: - bob-devel 2020.05.18 - python {{ python }} - docker-py 4.2.0 - jsonschema 3.2.0 - python-graphviz 0.13.2 - pyzmq 18.1.1 - simplejson 3.17.0 - sphinxcontrib-httpdomain 1.7.0 - ncurses 6.2 run: - python run_constrained: {% for package in resolved_packages('host') %} {% if package.split()[0] not in nopin %} - {{ package }} {% endif %} {% endfor %} about: home: http://www.idiap.ch/software/beat license: BSD 3-Clause summary: A meta-package to define an environment for BEAT package development extra: recipe-maintainers: - anjos - amohammadi