transforms/REQUIRED_PACKAGES
author John Beck <John.Beck@Oracle.COM>
Sat, 03 Oct 2015 12:39:15 -0700
changeset 4917 4c88f9d4ab8d
parent 3817 30b42c38bbc4
permissions -rw-r--r--
21918688 Python 3.5 (fix pkglint warnings)

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