OJFord / homebrew-formulae

Tappable formulae - just `brew tap OJFord/formulae`
0 stars 2 forks source link

iosevka-generate misses dependency `inflection` #4

Closed jfrankenau closed 4 years ago

jfrankenau commented 4 years ago

The iosevka-generate formula is missing the Python module inflection as a resource if I am not mistaken.

Traceback (most recent call last):
  File "/usr/local/bin/iosevka-generate", line 12, in <module>
    import inflection
ModuleNotFoundError: No module named 'inflection'
OJFord commented 4 years ago

Thanks for the report, it certainly seems to be!

I suppose I installed it (system-wide) via the requirements.txt while working on it (if it wasn't already installed) and so missed the error on creating the formula. Will look to fix, thanks.