pothosware / homebrew-pothos

Homebrew formulas for Pothos and SoapySDR
https://github.com/pothosware/homebrew-pothos/wiki
MIT License
62 stars 17 forks source link

soapysdr, pothospython: rename python to python2 #22

Closed fffonion closed 6 years ago

fffonion commented 6 years ago

Homebrew has changed the python formula 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.

As a follow up to https://github.com/pothosware/homebrew-pothos/pull/7.

guruofquality commented 6 years ago

Seems good, I guess python2 should be optional eventually and python3 the default