Skip to content
Snippets Groups Projects

Minor bump to fix bdt create on macOS

Merged André Anjos requested to merge fix-macos-bdt-create into master
1 unresolved thread
2 files
+ 19
19
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package:
name: beat-devel
version: 2020.11.19
version: 2021.01.28
build:
# the build number must be zero all the time.
@@ -14,7 +14,7 @@ build:
requirements:
host:
- bob-devel 2020.11.19
- bob-devel 2021.01.28
- python {{ python }}
# the dependencies are pinned in bob-devel
- docker-py
Loading