We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63662a commit 1a145a5Copy full SHA for 1a145a5
conda/migen/meta.yaml
@@ -8,7 +8,7 @@ source:
8
build:
9
noarch_python: true
10
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
11
- string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
+ string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
12
script: python setup.py install
13
14
requirements:
0 commit comments