diff --git a/dynamic-layers/meta-python/recipes-devtools/python3-grpcio/python3-grpcio_%.bbappend b/dynamic-layers/meta-python/recipes-devtools/python3-grpcio/python3-grpcio_%.bbappend
new file mode 100644
index 0000000..bd0b910
--- /dev/null
+++ b/dynamic-layers/meta-python/recipes-devtools/python3-grpcio/python3-grpcio_%.bbappend
@@ -0,0 +1,3 @@
+do_compile:prepend() {
+    export SETUPTOOLS_USE_DISTUTILS=stdlib
+}
