diff options
author | Derek Straka <derek@asterius.io> | 2018-02-11 10:15:54 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 13:41:13 -0800 |
commit | ce826443654451972f49516023038829b20dd13d (patch) | |
tree | b68ed078d4bbaa465db95c4a0782af3c06d68dfb /meta-python/recipes-devtools/python/python3-pycryptodome_3.4.11.bb | |
parent | 011c93e6b599b7340bfd8dd8f273a901024b7c5a (diff) | |
download | meta-openembedded-contrib-ce826443654451972f49516023038829b20dd13d.tar.gz |
python-pycryptodome: update to version 3.4.11
Update RDEPENDS to work on minimal python distribution
Create a test package for unit tests
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pycryptodome_3.4.11.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycryptodome_3.4.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.11.bb b/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.11.bb new file mode 100644 index 0000000000..0c062dddf8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.11.bb @@ -0,0 +1,2 @@ +require python-pycryptodome.inc +inherit setuptools3 |