mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/python-bleak: 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:
committed by
Thomas Petazzoni
parent
549dde9f1a
commit
2ab014babb
@@ -7,9 +7,8 @@
|
||||
PYTHON_BLEAK_VERSION = 0.22.3
|
||||
PYTHON_BLEAK_SOURCE = bleak-$(PYTHON_BLEAK_VERSION).tar.gz
|
||||
PYTHON_BLEAK_SITE = https://files.pythonhosted.org/packages/fb/96/15750b50c0018338e2cce30de939130971ebfdf4f9d6d56c960f5657daad
|
||||
PYTHON_BLEAK_SETUP_TYPE = pep517
|
||||
PYTHON_BLEAK_SETUP_TYPE = poetry
|
||||
PYTHON_BLEAK_LICENSE = MIT
|
||||
PYTHON_BLEAK_LICENSE_FILES = LICENSE
|
||||
PYTHON_BLEAK_DEPENDENCIES = host-python-poetry-core
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user