mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-21 09:30:40 -09:00
License hash changed due to year update:
8829bd64a7
Pass --skip-dependency-check build option due to python-alembic
unnecessarily restricting the maximum setuptools version.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
596 B
Makefile
16 lines
596 B
Makefile
################################################################################
|
|
#
|
|
# python-alembic
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ALEMBIC_VERSION = 1.13.2
|
|
PYTHON_ALEMBIC_SOURCE = alembic-$(PYTHON_ALEMBIC_VERSION).tar.gz
|
|
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/66/e2/efa88e86029cada2da5941ec664d50d9a3b2a91f5066405c6f90e5016c16
|
|
PYTHON_ALEMBIC_SETUP_TYPE = setuptools
|
|
PYTHON_ALEMBIC_LICENSE = MIT
|
|
PYTHON_ALEMBIC_LICENSE_FILES = LICENSE
|
|
PYTHON_ALEMBIC_BUILD_OPTS = --skip-dependency-check
|
|
|
|
$(eval $(python-package))
|