components/python/ordereddict/ordereddict.p5m
changeset 1948 2d1537e7942d
parent 1666 69d14d547e77
child 2153 f64a9f4ada4d
--- a/components/python/ordereddict/ordereddict.p5m	Fri Jun 13 10:00:52 2014 -0600
+++ b/components/python/ordereddict/ordereddict.p5m	Fri Jun 13 12:36:52 2014 -0700
@@ -26,7 +26,7 @@
 set name=pkg.summary value="Python ordereddict library"
 set name=com.oracle.info.description \
     value="Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing)."
-set name=com.oracle.info.tpno value=14503
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:Development/Python
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)