plain-river-51682
05/18/2021, 2:35 PMpython_library(
name = 'plugin',
dependencies=[
'3rdparty/python:pyhocon',
]
)
enough-analyst-54434
05/18/2021, 2:56 PM[GLOBAL] plugins
option is a list of requirement strings. Nominally this is intended for fetching Pants 3rdparty plugin distributions, but it can also just fetch non Pants plugins too. So, although it does not accept target addresses, you can use "pyhocon..." where "pyhocon..." Is the same requirement string you define over in 3rdparty/python:pyhocon. Not ideal, but that should work.plain-river-51682
05/18/2021, 3:03 PMbusy-vase-39202
05/18/2021, 4:39 PMenough-analyst-54434
05/18/2021, 4:56 PMbusy-vase-39202
05/18/2021, 7:08 PMenough-analyst-54434
05/18/2021, 7:38 PMplain-river-51682
05/19/2021, 8:12 AM