summaryrefslogtreecommitdiffstats
path: root/package/python-pyparted
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-06-30 14:45:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-01 12:53:39 +0200
commit05ce14894e6e43a8c88755032e0d428e8c2a4a3f (patch)
tree92699fe012bccf754448ddf4dad050264eb5a410 /package/python-pyparted
parent83164a2b12e78a2c401d16cb02fa3bd176d50961 (diff)
downloadbuildroot-05ce14894e6e43a8c88755032e0d428e8c2a4a3f.tar.gz
buildroot-05ce14894e6e43a8c88755032e0d428e8c2a4a3f.zip
python-pyparted: bump to version 3.11.0
Remove erroneously added CFFI dependency. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyparted')
-rw-r--r--package/python-pyparted/Config.in1
-rw-r--r--package/python-pyparted/python-pyparted.hash2
-rw-r--r--package/python-pyparted/python-pyparted.mk4
3 files changed, 3 insertions, 4 deletions
diff --git a/package/python-pyparted/Config.in b/package/python-pyparted/Config.in
index 150159559b..944796ff31 100644
--- a/package/python-pyparted/Config.in
+++ b/package/python-pyparted/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_PYPARTED
bool "python-pyparted"
depends on BR2_USE_WCHAR
- select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PARTED
help
Python bindings for GNU parted (libparted).
diff --git a/package/python-pyparted/python-pyparted.hash b/package/python-pyparted/python-pyparted.hash
index a2adc41083..11995fb8f4 100644
--- a/package/python-pyparted/python-pyparted.hash
+++ b/package/python-pyparted/python-pyparted.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 5914e3a60437fe3e3758a9e86ee4a539dfa46cfe18e3df386a5cf1f75a963431 python-pyparted-v3.10.7.tar.gz
+sha256 a9ec181bf3c7c0635862413fc86cb0950b5af957541535f530ea86a0f9d14e73 python-pyparted-v3.11.0.tar.gz
diff --git a/package/python-pyparted/python-pyparted.mk b/package/python-pyparted/python-pyparted.mk
index 4a691f28e8..0378830807 100644
--- a/package/python-pyparted/python-pyparted.mk
+++ b/package/python-pyparted/python-pyparted.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_PYPARTED_VERSION = v3.10.7
+PYTHON_PYPARTED_VERSION = v3.11.0
PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,$(PYTHON_PYPARTED_VERSION))
PYTHON_PYPARTED_SETUP_TYPE = distutils
PYTHON_PYPARTED_LICENSE = GPL-2.0+
PYTHON_PYPARTED_LICENSE_FILES = COPYING
-PYTHON_PYPARTED_DEPENDENCIES = host-python-cffi parted
+PYTHON_PYPARTED_DEPENDENCIES = parted
$(eval $(python-package))
OpenPOWER on IntegriCloud