```resources(name='resources', sources=['foo.tx...
# general
l
Copy code
resources(name='resources',
	  sources=['foo.txt'])

python_library(name='lib',
               dependencies=[':resources'])

python_binary(name='foo',
              source='foo.py',
              dependencies=[':lib'])
didn't seem to work either