Skip to content

Commit

Permalink
Revert "BF: we need posix package for bash, sed, etc on windows"
Browse files Browse the repository at this point in the history
This reverts commit 367688e.

Unfortunately bash from m2- set of packages is not a suitable fit ATM.  It
rewrites PATH so no conda-forge installed packages binaries are seen inside.
See ContinuumIO/anaconda-issues#12124

There seems possibly additional side effects (e.g. `conda` itself which is .bat
is not found inside that bash session).
  • Loading branch information
yarikoptic committed Oct 27, 2020
1 parent 7fe41a6 commit e65b81d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ requirements:
- pyperclip
- pyyaml
- pillow
- posix # [win]
- python
- python-dateutil
# TODO
Expand Down

0 comments on commit e65b81d

Please sign in to comment.