# 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: 2019.08.04 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: - python {{ python }} - bob-devel 2019.08.04 - docker-py 3.6.0 - flask 1.0.2 - flask-cors 3.0.7 - flask-restful 0.3.6 - jsonschema 3.0.1 - nodejs 8.9.3 - oset 0.1.3 - python-graphviz 0.8.4 - pyzmq 17.1.2 - simplejson 3.16.0 - sphinxcontrib-programoutput 0.11 - sphinxcontrib-httpdomain 1.7.0 - psycopg2 2.7.6.1 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