mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
package/python-qrcode: use poetry setup type
Use the new poetry setup type which automatically pulls in the host-python-poetry-core dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7ae59137a2
commit
63b4fc3dd1
@ -7,9 +7,8 @@
|
||||
PYTHON_QRCODE_VERSION = 8.0
|
||||
PYTHON_QRCODE_SOURCE = qrcode-$(PYTHON_QRCODE_VERSION).tar.gz
|
||||
PYTHON_QRCODE_SITE = https://files.pythonhosted.org/packages/d7/db/6fc9631cac1327f609d2c8ae3680ecd987a2e97472437f2de7ead1235156
|
||||
PYTHON_QRCODE_SETUP_TYPE = pep517
|
||||
PYTHON_QRCODE_SETUP_TYPE = poetry
|
||||
PYTHON_QRCODE_LICENSE = BSD-3-Clause
|
||||
PYTHON_QRCODE_LICENSE_FILES = LICENSE
|
||||
PYTHON_QRCODE_DEPENDENCIES = host-python-poetry-core
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user