diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-23 09:48:49 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-23 13:13:28 -0500 |
| commit | d6b0575e41fe7bd6e109eff84c480df39f874899 (patch) | |
| tree | b72ec07e82f0967bfbdcb58b1ed0f8970290143f /meta-openstack/recipes-devtools/python | |
| parent | 06f91f3c4a4c83e6bcc8aa756157162ffe5ff19c (diff) | |
| download | meta-cloud-services-d6b0575e41fe7bd6e109eff84c480df39f874899.tar.gz | |
python-sqlparse: Remove the recipe
Because they already exist in meta-openembedded, remove the recipe.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlparse.inc b/meta-openstack/recipes-devtools/python/python-sqlparse.inc deleted file mode 100644 index cc55ff7..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlparse.inc +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Non-validating SQL parser module" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/sqlparse" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "2ce34181d6b7b234c9f3c0ecd1ffb93e" | ||
| 8 | SRC_URI[sha256sum] = "7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873" | ||
| 9 | |||
| 10 | export BUILD_SYS | ||
| 11 | export HOST_SYS | ||
| 12 | |||
| 13 | inherit pypi | ||
| 14 | |||
| 15 | # DEPENDS_default: python-pip | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
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 deleted file mode 100644 index 2b7773f..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlparse_0.3.0.bb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | inherit setuptools | ||
| 2 | require python-sqlparse.inc | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-sqlparse_0.3.0.bb b/meta-openstack/recipes-devtools/python/python3-sqlparse_0.3.0.bb deleted file mode 100644 index 7b3bcf6..0000000 --- a/meta-openstack/recipes-devtools/python/python3-sqlparse_0.3.0.bb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-sqlparse.inc | ||
