Skip to content

Commit

Permalink
Merge pull request #3 from hadim/patch-1
Browse files Browse the repository at this point in the history
Fix OpenJDK to v8
  • Loading branch information
hanslovsky authored Nov 22, 2018
2 parents 6c6cc04 + e004df3 commit e3717e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ source:
sha256: 67b4031752cb32213cefd672b2792f3e75791e68bfd1ca7a5d328ff00acc1622

build:
number: 1000
number: 1001
skip: true # [py2k]

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- openjdk >=8
- openjdk =8
- python
- cython
- pip
- six >=1.7.0
- nose
- ant
run:
- openjdk >=8
- openjdk =8
- python
- six >=1.7.0
- setuptools
Expand Down

0 comments on commit e3717e1

Please sign in to comment.