mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 14:19:24 +00:00
python-soupsieve: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
87d4ee0b85
commit
3f883a745b
@ -1,12 +0,0 @@
|
||||
SUMMARY = "CSS selector library for python-beautifulsoup4"
|
||||
HOMEPAGE = "https://github.com/facelessuser/soupsieve"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
|
||||
|
||||
SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
|
||||
SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
|
||||
|
||||
inherit pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@ -1,2 +1,12 @@
|
||||
inherit setuptools3
|
||||
require python-soupsieve.inc
|
||||
SUMMARY = "CSS selector library for python-beautifulsoup4"
|
||||
HOMEPAGE = "https://github.com/facelessuser/soupsieve"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
|
||||
|
||||
SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
|
||||
SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user