diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb index cb72f87..595fe5f 100644 --- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb +++ b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb | |||
| @@ -1,16 +1,2 @@ | |||
| 1 | DESCRIPTION = "Screen-scraping library" | 1 | require python-beautifulsoup4.inc |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815" | ||
| 8 | SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | # avoid "error: option --single-version-externally-managed not recognized" | ||
| 13 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 14 | --prefix=${prefix} \ | ||
| 15 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 16 | --install-data=${datadir}" | ||
