mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_PYPARTED
|
||||
bool "python-pyparted"
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_PARTED
|
||||
help
|
||||
Python bindings for GNU parted (libparted).
|
||||
|
||||
https://github.com/rhinstaller/pyparted
|
||||
|
||||
comment "pyparted needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 a9ec181bf3c7c0635862413fc86cb0950b5af957541535f530ea86a0f9d14e73 python-pyparted-3.11.0.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyparted
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYPARTED_VERSION = 3.11.0
|
||||
PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,v$(PYTHON_PYPARTED_VERSION))
|
||||
PYTHON_PYPARTED_SETUP_TYPE = distutils
|
||||
PYTHON_PYPARTED_LICENSE = GPL-2.0+
|
||||
PYTHON_PYPARTED_LICENSE_FILES = COPYING
|
||||
PYTHON_PYPARTED_DEPENDENCIES = parted
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user