conda: restrict python to 3.5.* explicitly.
authorwhitequark <whitequark@whitequark.org>
Thu, 22 Oct 2015 09:31:56 +0000 (12:31 +0300)
committerwhitequark <whitequark@whitequark.org>
Thu, 22 Oct 2015 09:32:53 +0000 (12:32 +0300)
conda/migen/meta.yaml

index 4bc1277ba873508cbde43c15e0ea21bce728f099..368291e20c2dfb2990b63c88227f0b0da36cbfea 100644 (file)
@@ -14,9 +14,9 @@ build:
 
 requirements:
   build:
-    - python
+    - python 3.5.*
   run:
-    - python
+    - python 3.5.*
 
 test:
   imports: