diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:56:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:56:39 +0000 |
commit | 7d8584356bf7078fb44c2860a82b43a5469cfd48 (patch) | |
tree | de32b63fa5678b6e5af66b5f4aa72259ffbc1c07 /python | |
parent | e1f31ea0b915abaa219d75e6a1f5d9e091de444d (diff) |
BUGFIX: Remove unnecessary item from FILES for pysqlite, which was breaking its packaging.
BKrev: 400cc317XIZCKa5_qTlo-mCEgJw7xg
Diffstat (limited to 'python')
-rw-r--r-- | python/pysqlite_0.5.0.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/pysqlite_0.5.0.oe b/python/pysqlite_0.5.0.oe index 394cc2e6ea..4cc50eeea3 100644 --- a/python/pysqlite_0.5.0.oe +++ b/python/pysqlite_0.5.0.oe @@ -10,5 +10,4 @@ S = ${WORKDIR}/${PN} inherit distutils -FILES_pysqlite_append = ${PYFILES} ${libdir}/python2.3/site-packages/sqlite - +FILES_pysqlite_append=${PYFILES} |