Homebrew has changed the pythonformula to point to Python3 after python has declared to stop python2 support in the future. So depends_on "python" => :recommended is actually depends_on "python3" => :recommended now.
This PR points python to the python2 formula, which make these two recipes to build.
Homebrew has changed the
python
formula to point to Python3 after python has declared to stop python2 support in the future. Sodepends_on "python" => :recommended
is actuallydepends_on "python3" => :recommended
now.This PR points python to the python2 formula, which make these two recipes to build.
As a follow up to https://github.com/pothosware/homebrew-pothos/pull/7.