PyCryptodome is "an almost drop-in replacement for the old PyCrypto library"
and installs under "Crypto" package. In cases when both PyCryptodome and old
PyCrypto are needed, there's PyCryptodomeX that installs under own name as
"Cryptodome" package.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Parallax SSH provides an interface to executing
commands on multiple nodes at once using SSH. It
also provides commands for sending and receiving
files to multiple nodes using SCP.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1. Keep '-std=c++11' and '-std=gnu99' to fix native build error
with old gcc (such as gcc 5.4.0 on ubuntu 16.04); for clang, remove
them through setting GRPC_PYTHON_CFLAGS at do_compile in bb recipe
2. While export CC="gcc ", cc_args is empty, it will
cause subprocess.Popen always return 1. On centos 8, if you don't
install package libatomic, there will be a native build error
`cannot find /usr/lib64/libatomic.so.1.2.0'.
Add no harm '-g' to cc_args if cc_args is empty.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Also add a dependency on python3-setuptools-scm-native to make this
build with the newer version.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* The license indicated in the setup.py is PSF not the BSD. Update LICENSE
* added kiwisolver and cycler to the dependencies
* add missing pkgconfig class
* added native for the python dependencies to DEPENDS: the setuptools need to
launch the required libraries to check if they are there
* remove redundant PYPI_PACKAGE
* add SECTION = "devel/python"
* apply oe-stylize
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This recipe originally comes from meta-openstack, but it's
dependency-less, so it may as well live here and get wider use.
meta-openstack is MIT-licensed, so the recipe is compatible.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This recipe originally comes from meta-openstack, but it's
dependency-less, so it may as well live here and get wider use.
meta-openstack is MIT-licensed, so the recipe is compatible.
Also bump the version to 3.0.1, from the 3.0.0 currently in
meta-openstack.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This recipe is adapted from one in meta-jupyter, which is also
MIT-licensed.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is a dependency for python3-sympy.
This recipe is adapted from one in meta-jupyter, which is also
MIT-licensed.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
python3-can has runtime dependencies on aenum and fcntl, but these were
missing, so add them.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This builds fine for native and nativesdk, so add recipes for it.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This builds fine with native and nativesdk, so let's add it to the
package.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>