From 7d8584356bf7078fb44c2860a82b43a5469cfd48 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 05:56:39 +0000 Subject: [PATCH] BUGFIX: Remove unnecessary item from FILES for pysqlite, which was breaking its packaging. BKrev: 400cc317XIZCKa5_qTlo-mCEgJw7xg --- python/pysqlite_0.5.0.oe | 3 +-- 1 file changed, 1 insertion(+), 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} -- 2.39.5