# 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.01.09 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 2020.01.09 #- docker-py 4.0.2 #- flask 1.0.3 #- flask-cors 3.0.8 #- flask-restful 0.3.6 #- jsonschema 3.0.2 #- nodejs 8.9.3 ## #- python-graphviz 0.8.4 #- pyzmq 17.1.2 #- simplejson 3.17.0 #- sphinxcontrib-programoutput 0.15 #- sphinxcontrib-httpdomain 1.7.0 #- psycopg2 2.7.6.1 #- ncurses 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