097de253b4
Python 2 is no longer supported, depend on python3 and propagate reverse dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
587 B
Makefile
16 lines
587 B
Makefile
################################################################################
|
|
#
|
|
# python-bcrypt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BCRYPT_VERSION = 3.2.0
|
|
PYTHON_BCRYPT_SOURCE = bcrypt-$(PYTHON_BCRYPT_VERSION).tar.gz
|
|
PYTHON_BCRYPT_SITE = https://files.pythonhosted.org/packages/d8/ba/21c475ead997ee21502d30f76fd93ad8d5858d19a3fad7cd153de698c4dd
|
|
PYTHON_BCRYPT_SETUP_TYPE = setuptools
|
|
PYTHON_BCRYPT_LICENSE = Apache-2.0
|
|
PYTHON_BCRYPT_LICENSE_FILES = LICENSE
|
|
PYTHON_BCRYPT_DEPENDENCIES = host-python-cffi
|
|
|
|
$(eval $(python-package))
|