Skip to content

Commit

Permalink
put meta.yaml back; it used to work
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Sep 3, 2018
1 parent b756975 commit 258c780
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,27 @@ build:
- Scripts/deactivate [win]

requirements:
host:
build:
- python
- setuptools >=31.0.1
- enum34 [py<34]
- futures [py<34]
- menuinst >=1.4.11,<2 [win]
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.18.4,<3
- ruamel_yaml >=0.11.14,<0.16
run:
- python
- enum34 # [py<34]
- futures # [py<34]
- menuinst >=1.4.11,<2 # [win]
- enum34 [py<34]
- futures >=3.0.0 [py<34]
- menuinst >=1.4.11,<2 [win]
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.12.4,<3
- requests >=2.18.4,<3
- ruamel_yaml >=0.11.14,<0.16
run_constrained:
- conda-build >=2.1
- conda-build >=3
- conda-env >=2.6
- cytoolz >=0.8.1
- setuptools >=31.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda/activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from errno import ENOENT
from glob import glob
import os
from os.path import abspath, basename, dirname, expanduser, expandvars, isdir, join, normcase
from os.path import abspath, basename, dirname, expanduser, expandvars, isdir, join
import re
import sys
from tempfile import NamedTemporaryFile
Expand Down

0 comments on commit 258c780

Please sign in to comment.