# HG changeset patch # User John Beck # Date 1444683649 25200 # Node ID 89749a82b567559b88aa909b98e6b592f022f9ce # Parent dea6b3d5fd67134be3c5827474c54f20ac92cc32 21985833 library/python/dnspython-27 should depend on runtime/python-27 diff -r dea6b3d5fd67 -r 89749a82b567 components/python/dnspython/dnspython-PYVER.p5m --- a/components/python/dnspython/dnspython-PYVER.p5m Mon Oct 12 13:49:09 2015 -0700 +++ b/components/python/dnspython/dnspython-PYVER.p5m Mon Oct 12 14:00:49 2015 -0700 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -122,6 +122,10 @@ file path=usr/lib/python$(PYVER)/vendor-packages/dnspython-$(COMPONENT_VERSION)-py$(PYVER).egg-info license LICENSE license=BSD-like +# force a dependency on the Python runtime +depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \ + pkg.debug.depend.path=usr/bin + # force a dependency on the dnspython package depend type=require \ fmri=library/python/dnspython@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)