mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python-cryptography: upgrade 2.7 -> 2.8
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
inherit pypi setuptools
|
||||
require python-cryptography.inc
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-enum34 \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum34 \
|
||||
${PYTHON_PN}-ipaddress \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-enum34 \
|
||||
${PYTHON_PN}-ipaddress \
|
||||
${PYTHON_PN}-contextlib \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
Reference in New Issue
Block a user