transforms/REQUIRED_PACKAGES
author Chad Mynhier <chad.mynhier@oracle.com>
Wed, 12 Oct 2016 11:24:25 -0700
changeset 7095 6469e6424607
parent 3817 30b42c38bbc4
permissions -rw-r--r--
24811276 Fix 64-bit Python builds so pstack(1) will work

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