diff -r 21ae1fb71148 -r 18adb92d4193 components/openstack/neutron/neutron.p5m --- a/components/openstack/neutron/neutron.p5m Thu Jul 09 18:19:03 2015 -0700 +++ b/components/openstack/neutron/neutron.p5m Fri Jul 10 20:29:35 2015 +0000 @@ -23,6 +23,7 @@ # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. # + add pkg.depend.bypass-generate .*/smf_include.*> set name=pkg.fmri \ value=pkg:/cloud/openstack/neutron@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="OpenStack Neutron (Networking Service)" @@ -1014,9 +1015,6 @@ # force a dependency on alembic; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/alembic-$(PYV) -# force a dependency on argparse; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python/argparse-$(PYV) - # force a dependency on babel; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/babel-$(PYV)