From 230a4e99508a4eb29148781ced10d49056051554 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 10 Sep 2019 10:35:38 +0800 Subject: python-sqlparse: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-sqlparse_0.3.0.bb | 24 ++-------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-sqlparse_0.3.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-sqlparse_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-sqlparse_0.3.0.bb index 88a0e8c..2b7773f 100644 --- a/meta-openstack/recipes-devtools/python/python-sqlparse_0.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python-sqlparse_0.3.0.bb @@ -1,22 +1,2 @@ -DESCRIPTION = "Non-validating SQL parser module" -HOMEPAGE = "http://pypi.python.org/pypi/sqlparse" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" - -SRC_URI[md5sum] = "2ce34181d6b7b234c9f3c0ecd1ffb93e" -SRC_URI[sha256sum] = "7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873" - -export BUILD_SYS -export HOST_SYS - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " +inherit setuptools +require python-sqlparse.inc -- cgit v1.2.3-54-g00ecf