Skip to content

Commit

Permalink
Make as noarch package
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Nov 26, 2024
1 parent 58152c5 commit bb644c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/rethinkdb-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% set name = "rethinkdb-python" %}
{% set version = "2.4.10" %}
{% set python_min = python_min|default("3.6") %}

package:
name: {{ name|lower }}
Expand All @@ -12,18 +13,19 @@ source:
build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: true # [win]
noarch: python

requirements:
host:
- looseversion
- pip
- python
- python {{ python_min }}
- setuptools
- six
run:
- __unix # to skip win, as a noarch package
- looseversion
- python
- python >={{ python_min }}
- six
- tornado
- trio
Expand All @@ -35,7 +37,7 @@ test:
- pip check
requires:
- pip
- python
- python {{ python_min }}

about:
home: https://rethinkdb.com/api/python/
Expand Down

0 comments on commit bb644c5

Please sign in to comment.