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:43:27 +0000 (12:43 +0300)
conda/migen/meta.yaml

index 70658a18368ba95a00cf02aabe13513dace725cd..1f95f40e77007afbdbb2a79e01f803534c803b7b 100644 (file)
@@ -14,9 +14,9 @@ build:
 
 requirements:
   build:
-    - python
+    - python 3.5.*
   run:
-    - python
+    - python 3.5.*
 
 test:
   imports: