mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
package/python{3}-pyyaml: switch to setuptools
Since version 5.4.0 pyyaml uses setuptools (see
https://github.com/yaml/pyyaml/blob/master/CHANGES)
Fixes:
- http://autobuild.buildroot.net/results/bc36ae51a1e4d70c5fd2a3eb4b458aba4220f2dc
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d64a905d9f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
31052d0dc1
commit
a6b3f0d1b0
@@ -8,7 +8,7 @@
|
||||
PYTHON_PYYAML_VERSION = 5.4.1
|
||||
PYTHON_PYYAML_SOURCE = PyYAML-$(PYTHON_PYYAML_VERSION).tar.gz
|
||||
PYTHON_PYYAML_SITE = https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d
|
||||
PYTHON_PYYAML_SETUP_TYPE = distutils
|
||||
PYTHON_PYYAML_SETUP_TYPE = setuptools
|
||||
PYTHON_PYYAML_LICENSE = MIT
|
||||
PYTHON_PYYAML_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYYAML_DEPENDENCIES = libyaml
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
PYTHON3_PYYAML_VERSION = 5.4.1
|
||||
PYTHON3_PYYAML_SOURCE = PyYAML-$(PYTHON3_PYYAML_VERSION).tar.gz
|
||||
PYTHON3_PYYAML_SITE = https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d
|
||||
PYTHON3_PYYAML_SETUP_TYPE = distutils
|
||||
PYTHON3_PYYAML_SETUP_TYPE = setuptools
|
||||
PYTHON3_PYYAML_LICENSE = MIT
|
||||
PYTHON3_PYYAML_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON3_PYYAML_DL_SUBDIR = python-pyyaml
|
||||
|
||||
Reference in New Issue
Block a user