aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-08-13 11:51:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:58:19 +0200
commitc2cea10597ed1b843e00aa5ecedfd6005c7d7799 (patch)
tree886275b8d2f664910e74aaf1fda974b0ba7426fe /meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
parent6682d8db0346f2cb515c3b128033db21fedff06a (diff)
downloadmeta-openembedded-contrib-c2cea10597ed1b843e00aa5ecedfd6005c7d7799.tar.gz
recipes: use class-native instead of deprecated virtclass-native.
virtclass overrides are deprecated, so use class overrides instead. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
index 4ec0668575..56880e5058 100644
--- a/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=011c0d78eb6054d731c879132d7313f0"
HOMEPAGE = "http://epydoc.sourceforge.net/"
SRCNAME = "epydoc"
DEPENDS += "python"
-DEPENDS_virtclass-native += "python-native"
+DEPENDS_class-native += "python-native"
SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294"