mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 22:19:40 +00:00
python-cryptography: update to version 2.1.4
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
630d79a7bc
commit
d194ad1537
@@ -0,0 +1,21 @@
|
||||
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 \
|
||||
"
|
||||
Reference in New Issue
Block a user