universal-ctags / homebrew-universal-ctags

Homebrew Tap for Universal Ctags on OSX
https://ctags.io
GNU General Public License v2.0
326 stars 19 forks source link

Should python be a dependency rather than using the system python? #43

Closed nerdrew closed 4 years ago

nerdrew commented 5 years ago

It looks like universal-ctags requires python + setuptools to install. Rather than use the system python, should the formula depend on the homebrew python@2?

nerdrew commented 5 years ago

Hmm. I had a number of other issues as well. Maybe this should just get closed.

FWIW to get it to install on linuxbrew I did:

brew install universal-ctags/universal-ctags/universal-ctags --HEAD --env=std

and I had to install python-docutils, not python3-docutils.

KazuakiM commented 4 years ago

@nerdrew Hi, Sorry for replying so late. I update PR #45 now. One more time, please.