From 22d58598760c8071ef0afe47ec662764b525bb09 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 23 Oct 2017 14:32:51 +0200 Subject: [PATCH] conda: pin openocd dependency --- conda/artiq-dev/meta.yaml | 2 +- conda/artiq/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/artiq-dev/meta.yaml b/conda/artiq-dev/meta.yaml index dc8bad20a..6b7274a37 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -22,7 +22,7 @@ requirements: - llvmlite-artiq 0.12.0 - rust-core-or1k 1.20.0 16 - cargo 0.11.0 - - openocd >=0.10.0+git + - openocd 0.10.0+git - lit - outputcheck - coverage diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index c787fca35..c6f47b3dd 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -29,7 +29,7 @@ requirements: - llvmlite-artiq 0.12.0 - binutils-or1k-linux - pythonparser >=1.1 - - openocd >=0.10.0+git + - openocd 0.10.0+git - lit - outputcheck - scipy