From f146066751ab2b2b8e12aff1ddf50fcab8e60d07 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 11:25:51 +0800 Subject: python-dnspython: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-dnspython_1.12.0.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-dnspython_1.12.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-dnspython_1.12.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-dnspython_1.12.0.bb b/meta-openstack/recipes-devtools/python/python-dnspython_1.12.0.bb deleted file mode 100644 index 36a1d12..0000000 --- a/meta-openstack/recipes-devtools/python/python-dnspython_1.12.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "DNS toolkit for Python" -HOMEPAGE = "http://www.dnspython.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=397eddfcb4bc7e2ece2fc79724a7cca2" - -PR = "r0" -SRCNAME = "dnspython" -SRC_URI = "http://www.dnspython.org/kits/${PV}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "3f2601ef3c8b77fc6d21a9c77a81efeb" -SRC_URI[sha256sum] = "03fb82af866001c4afa58c48027bcc4b80bbf0a7f27e1d861cf06393eea4724f" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# avoid "error: option --single-version-externally-managed not recognized" -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf