1 # print a line "REQUIRED_PACKAGES += {pkg-short-name}"
2 <transform depend fmri=pkg:/(.+)@.+ -> print REQUIRED_PACKAGES += %<1> >
3 # drop all actions
4 <transform -> drop >