projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051350e
)
conda: restrict python to 3.5.* explicitly.
author
whitequark
<whitequark@whitequark.org>
Thu, 22 Oct 2015 09:31:56 +0000
(12:31 +0300)
committer
whitequark
<whitequark@whitequark.org>
Thu, 22 Oct 2015 09:32:53 +0000
(12:32 +0300)
conda/migen/meta.yaml
patch
|
blob
|
history
diff --git
a/conda/migen/meta.yaml
b/conda/migen/meta.yaml
index 4bc1277ba873508cbde43c15e0ea21bce728f099..368291e20c2dfb2990b63c88227f0b0da36cbfea 100644
(file)
--- a/
conda/migen/meta.yaml
+++ b/
conda/migen/meta.yaml
@@
-14,9
+14,9
@@
build:
requirements:
build:
- - python
+ - python
3.5.*
run:
- - python
+ - python
3.5.*
test:
imports: