Skip to content

Commit

Permalink
pb-assembly: update build, and specify python2 (#13447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Dunn authored Feb 2, 2019
1 parent 88c3067 commit 04b8f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/pb-assembly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 04b8f59

Please sign in to comment.