From 4644a8833b82d7c59205527efe17c36833fc6fc2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 4 Apr 2014 09:28:06 -0700 Subject: ref-manual: Edits to distutils3 and setuptools3 class descriptions. (From yocto-docs rev: 1be2bbfcfc9b4f3c2d32fb210fe815b1fe99eda1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3103604542..beb6e3198d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -651,8 +651,8 @@ distutils-based build systems require the distutils class in their recipes. - Extensions that use the setuptools-based build - systems require the + Extensions that use build systems based on + setuptools require the setuptools class in their recipes. @@ -679,8 +679,8 @@ distutils-based build systems require the distutils class in their recipes. - Extensions that use the setuptools3-based build - systems require the + Extensions that use build systems based on + setuptools3 require the setuptools3 class in their recipes. @@ -2691,7 +2691,8 @@ The setuptools3 class supports Python - version 3.x extensions that use setuptools3-based build systems. + version 3.x extensions that use build systems based on + setuptools3. If your recipe uses these build systems, the recipe needs to inherit the setuptools3 class. -- cgit v1.2.3-54-g00ecf