b3258b7535
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - remove python-six from the build dependencies, it is only a runtime dependency - add host-python-cffi in the build dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
580 B
Makefile
17 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# python-pynacl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYNACL_VERSION = 1.0.1
|
|
PYTHON_PYNACL_SOURCE = PyNaCl-$(PYTHON_PYNACL_VERSION).tar.gz
|
|
PYTHON_PYNACL_SITE = http://pypi.python.org/packages/source/P/PyNaCl
|
|
PYTHON_PYNACL_LICENSE = Apache-2.0
|
|
PYTHON_PYNACL_LICENSE_FILES = LICENSE
|
|
PYTHON_PYNACL_SETUP_TYPE = setuptools
|
|
PYTHON_PYNACL_DEPENDENCIES = libsodium host-python-cffi
|
|
PYTHON_PYNACL_ENV = SODIUM_INSTALL=system
|
|
|
|
$(eval $(python-package))
|