diff options
| -rw-r--r-- | meta/recipes-devtools/python/python-setuptools_0.6c11.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb index 8608104433..f09a312aec 100644 --- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb +++ b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb | |||
| @@ -23,6 +23,14 @@ do_install_prepend() { | |||
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} = "\ | 25 | RDEPENDS_${PN} = "\ |
| 26 | python-stringold \ | ||
| 27 | python-email \ | ||
| 28 | python-shell \ | ||
| 29 | python-distutils \ | ||
| 30 | python-compression \ | ||
| 31 | " | ||
| 32 | |||
| 33 | RDEPENDS_${PN}_class-native = "\ | ||
| 26 | python-distutils \ | 34 | python-distutils \ |
| 27 | python-compression \ | 35 | python-compression \ |
| 28 | " | 36 | " |
