mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-charset-normalizer: add host variant
A host variant of the python-charset-normalizer package will be needed
for the host-python-requests package.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 07fc2fb1a5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0fa9874a4a
commit
c1c56be8a0
@@ -10,5 +10,7 @@ PYTHON_CHARSET_NORMALIZER_SITE = https://files.pythonhosted.org/packages/9f/c5/3
|
||||
PYTHON_CHARSET_NORMALIZER_SETUP_TYPE = setuptools
|
||||
PYTHON_CHARSET_NORMALIZER_LICENSE = MIT
|
||||
PYTHON_CHARSET_NORMALIZER_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON_CHARSET_NORMALIZER_NEEDS_HOST_PYTHON = python3
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user