stx-ha: fix the sqlite related dependencies 49/3549/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 30 Apr 2020 09:20:45 +0000 (17:20 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 30 Apr 2020 15:41:30 +0000 (23:41 +0800)
sqlite3 is required by stx 3.0 instead of sqlite, so
fix the related dependencies to avoid installing
sqlite and python-pysqlite.

Issue-ID: INF-63
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I191d505dd7797d835d78197006308346375d1039

meta-stx/recipes-core/stx-ha/sm-common.inc
meta-stx/recipes-core/stx-ha/stx-ha.bb
meta-stx/recipes-devtools/python/python-barbican_git.bb

index bdbcf76..67f24f8 100644 (file)
@@ -19,7 +19,7 @@ PACKAGES += " sm-eru"
 
 RDEPENDS_sm-common-libs += " \
        bash \
-       sqlite \
+       sqlite3 \
        util-linux \
        systemd \
        "
index ae5b0b0..b5c070c 100644 (file)
@@ -54,8 +54,7 @@ DEPENDS += " \
        sqlite3 \
        python \
        python-pbr-native \
-        glib-2.0 \
-       sqlite3 \
+       glib-2.0 \
        "
 
 require sm-common.inc
index 80f3fdf..93b79ef 100644 (file)
@@ -146,7 +146,6 @@ RDEPENDS_${PN} += " \
         python-pastedeploy \
         python-paste \
         python-pycrypto \
-        python-pysqlite \
         python-keystoneclient \
         python-sqlalchemy \
         python-stevedore \