tubular / rules_pygen

Rules for generating native Bazel Python libraries from requirements.txt
Apache License 2.0
15 stars 1 forks source link

FIX ignore extra dependencies in all versions #11

Closed drudim closed 3 years ago

drudim commented 3 years ago

For some packages Requires-Dist contains extras defined like:

tablib[html,ods,xls,xlsx,yaml] (>=0.14.0)

Since we don't support extras, we should remove that part completely, otherwise we end up having py_library.deps like tablib[html,ods,xls,xlsx,yaml] which isn't a valid bazel dep