mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python-astroid: update to version 1.4.9
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7b762e97d6
commit
31c93c34aa
|
|
@ -1,10 +0,0 @@
|
|||
SUMMARY = "An abstract syntax tree for Python with inference support."
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/astroid/1.4.8"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPL"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI[md5sum] = "3def6c80afcd38b4ca4aca6aea71cbde"
|
||||
SRC_URI[sha256sum] = "5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3"
|
||||
|
||||
inherit setuptools pypi
|
||||
17
meta-python/recipes-devtools/python/python-astroid_1.4.9.bb
Normal file
17
meta-python/recipes-devtools/python/python-astroid_1.4.9.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "An abstract syntax tree for Python with inference support."
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/astroid"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPL"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI[md5sum] = "a57438971de05eb801b82eae59c05217"
|
||||
SRC_URI[sha256sum] = "a483e7891ce3a06dadfc6cb9095b0938aca58940d43576d72e4502b480c085d7"
|
||||
|
||||
inherit setuptools pypi
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-lazy-object-proxy \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-wrapt \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user