Skip to content

Commit 31414fa

Browse files
Build noarch packages
1 parent 2d35517 commit 31414fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ source:
66
path: ..
77

88
build:
9-
string: {{ 'py'+environ.get('PYTHON_VERSION')}}
9+
noarch: python
1010
script: python setup.py install --single-version-externally-managed --record=record.txt
1111

1212
requirements:
1313
build:
14-
- python {{ environ.get('PYTHON_VERSION') }}
14+
- python >= 3.8
1515
- setuptools
1616
run:
17-
- python {{ environ.get('PYTHON_VERSION') }}
17+
- python >= 3.8
1818
- ocp 7.7.*
1919
- pyparsing >=2.1.9
2020
- ezdxf

0 commit comments

Comments
 (0)