diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index de52443..65d36c5 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -26,13 +26,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855"
 DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common"
 DEPENDS_virtclass-native = "llvm-common-native cmake-native"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz"
 
 S = "${WORKDIR}/llvm-${PV}"
 
-inherit cmake perlnative pythonnative
+inherit cmake perlnative
 
 # Defines the LLVM supported arches. By now we always build either for ${BUILD}
 # (native) or ${TARGET}. In the future it may make sense to enable all backends
