equal
deleted
inserted
replaced
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 |
21 |
22 # |
22 # |
23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. |
23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
24 # |
24 # |
25 |
25 |
26 set name=pkg.fmri \ |
26 set name=pkg.fmri \ |
27 value=pkg:/library/python/dnspython-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
27 value=pkg:/library/python/dnspython-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
28 set name=pkg.summary value="dnspython is a DNS toolkit for Python" |
28 set name=pkg.summary value="dnspython is a DNS toolkit for Python" |
120 file path=usr/lib/python$(PYVER)/vendor-packages/dns/wiredata.py |
120 file path=usr/lib/python$(PYVER)/vendor-packages/dns/wiredata.py |
121 file path=usr/lib/python$(PYVER)/vendor-packages/dns/zone.py |
121 file path=usr/lib/python$(PYVER)/vendor-packages/dns/zone.py |
122 file path=usr/lib/python$(PYVER)/vendor-packages/dnspython-$(COMPONENT_VERSION)-py$(PYVER).egg-info |
122 file path=usr/lib/python$(PYVER)/vendor-packages/dnspython-$(COMPONENT_VERSION)-py$(PYVER).egg-info |
123 license LICENSE license=BSD-like |
123 license LICENSE license=BSD-like |
124 |
124 |
|
125 # force a dependency on the Python runtime |
|
126 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \ |
|
127 pkg.debug.depend.path=usr/bin |
|
128 |
125 # force a dependency on the dnspython package |
129 # force a dependency on the dnspython package |
126 depend type=require \ |
130 depend type=require \ |
127 fmri=library/python/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
131 fmri=library/python/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |