Skip to content

Commit

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

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

requirements:
host:
- looseversion
- pip
- python {{ python_min }}
- python
- setuptools
- six
run:
- looseversion
- python >={{ python_min }}
- python
- six
- tornado
- trio

test:
imports:
- rethinkdb # [not win]
- rethinkdb
commands:
- pip check # [not win]
- pip check
requires:
- pip
- python {{ python_min }}
- python

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

0 comments on commit 092488a

Please sign in to comment.