From 04b8f5971ff0331189e4bc872f62e71b919d0317 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 2 Feb 2019 09:37:57 -0800 Subject: [PATCH] pb-assembly: update build, and specify python2 (#13447) Hopefully to fix https://github.com/PacificBiosciences/pbbioconda/issues/85 --- recipes/pb-assembly/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pb-assembly/meta.yaml b/recipes/pb-assembly/meta.yaml index e71ecb443f421..92a3350689f61 100644 --- a/recipes/pb-assembly/meta.yaml +++ b/recipes/pb-assembly/meta.yaml @@ -2,14 +2,14 @@ package: name: pb-assembly version: "0.0.3" build: - number: 2 + number: 3 script: echo noop skip: True # [not py27 or osx] requirements: build: - python run: - - python + - python2 - pb-falcon>=0.2.5 - pb-dazzler - future >=0.16.0 # [not py3k]