Skip to content

Commit

Permalink
making pyolog arch dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
kperez committed Jul 17, 2021
1 parent c6d643c commit 4e54f3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/pyolog/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ source:
sha256: {{ sha256 }}

build:
noarch: python
number: 0
skip: true # [win]
entry_points:
- olog = pyOlog.cli:main
- ologgui = pyOlog.gui:main
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
host:
- python >=3.6
- python
- pip
run:
- python >=3.6
- python
- ipython
- keyring
- requests
- six

test: # [not win]
imports: # [not win]
- pyOlog # [not win]
test:
imports:
- pyOlog

about:
home: https://github.com/NSLS-II/pyOlog
Expand Down

0 comments on commit 4e54f3c

Please sign in to comment.