diff options
Diffstat (limited to 'recipes/python/python-twisted-native_8.2.0.bb')
-rw-r--r-- | recipes/python/python-twisted-native_8.2.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/python/python-twisted-native_8.2.0.bb b/recipes/python/python-twisted-native_8.2.0.bb new file mode 100644 index 0000000000..d35b9f2482 --- /dev/null +++ b/recipes/python/python-twisted-native_8.2.0.bb @@ -0,0 +1,9 @@ +require python-twisted_${PV}.bb + +RDEPENDS_${PN} = "" + +inherit native + +do_stage() { + distutils_stage_all +} |