blob: 2150e5078378cab0f0269cafa47ea41aa442520e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Test vectors for the cryptography package."
2SECTION = "devel/python"
3LICENSE = "Apache-2.0 | BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
5DEPENDS = "python-cryptography"
6SRCNAME = "cryptography_vectors"
7
8SRC_URI = "https://pypi.python.org/packages/source/c/cryptography-vectors/${SRCNAME}-${PV}.tar.gz"
9S = "${WORKDIR}/${SRCNAME}-${PV}"
10
11SRC_URI[md5sum] = "0ad422501074929c06b7edd40df41844"
12SRC_URI[sha256sum] = "a929fbb0eac391c93c5745451a4d4157a8bc18eb2e69faf3af1d825ceacbf32c"
13
14inherit setuptools