diff options
Diffstat (limited to 'recipes/python/python-pysqlite2_2.4.0.bb')
-rw-r--r-- | recipes/python/python-pysqlite2_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pysqlite2_2.4.0.bb b/recipes/python/python-pysqlite2_2.4.0.bb index 3ed8940bc8..37bb1fbdf1 100644 --- a/recipes/python/python-pysqlite2_2.4.0.bb +++ b/recipes/python/python-pysqlite2_2.4.0.bb @@ -17,7 +17,7 @@ do_install_append() { mv ${D}${datadir}/pysqlite2-doc ${D}${datadir}/doc/${PN} } -RDEPENDS = "\ +RDEPENDS_${PN} = "\ python-datetime \ python-lang \ python-crypt \ |