package/python-beautifulsoup4: use hatch setup type
Use the new hatch setup type which automatically pulls in the host-python-hatchling 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
f9e50c1137
commit
6b7857bf28
1 changed files with 1 additions and 2 deletions
|
|
@ -7,9 +7,8 @@
|
|||
PYTHON_BEAUTIFULSOUP4_VERSION = 4.12.3
|
||||
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
|
||||
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58
|
||||
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = pep517
|
||||
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = hatch
|
||||
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
|
||||
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = LICENSE
|
||||
PYTHON_BEAUTIFULSOUP4_DEPENDENCIES = host-python-hatchling
|
||||
|
||||
$(eval $(python-package))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue