mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYPARTED
|
||||
bool "python-pyparted"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
depends on BR2_ENABLE_LOCALE # parted
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_PARTED
|
||||
help
|
||||
@@ -7,5 +9,6 @@ config BR2_PACKAGE_PYTHON_PYPARTED
|
||||
|
||||
https://github.com/rhinstaller/pyparted
|
||||
|
||||
comment "pyparted needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
comment "pyparted needs a toolchain w/ locale, wchar"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 a9ec181bf3c7c0635862413fc86cb0950b5af957541535f530ea86a0f9d14e73 python-pyparted-3.11.0.tar.gz
|
||||
sha256 d214288ae1a70b5925861ce01b3352378eb6b1419aa3b786f509e9ef2a501c02 python-pyparted-3.11.6.tar.gz
|
||||
sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYPARTED_VERSION = 3.11.0
|
||||
PYTHON_PYPARTED_VERSION = 3.11.6
|
||||
PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,v$(PYTHON_PYPARTED_VERSION))
|
||||
PYTHON_PYPARTED_SETUP_TYPE = distutils
|
||||
PYTHON_PYPARTED_LICENSE = GPL-2.0+
|
||||
|
||||
Reference in New Issue
Block a user