summaryrefslogtreecommitdiffstats
path: root/package/python-coherence/python-coherence.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-07-14 17:43:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-17 11:28:58 +0200
commitbc801efacb298e2297024f83e960eaf8a45dd39f (patch)
treeab7d6d6503261b8e0fe816eea6ca59823a536e35 /package/python-coherence/python-coherence.mk
parent5242701f3aa8426cdf2cc9a176ef06194db93d5f (diff)
downloadbuildroot-bc801efacb298e2297024f83e960eaf8a45dd39f.tar.gz
buildroot-bc801efacb298e2297024f83e960eaf8a45dd39f.zip
python-coherence: bump to the latest upstream commit
python-coherence is now orphaned, so unless a new maintainer could be found, there is no ETA for the next release. The setup.py file in the develop branch doesn't import other Python packages, so no need for the build time dependencies. This approach also fixes: http://autobuild.buildroot.net/results/675/675721f773795987a2468daa33f299f7dc6ddb8a http://autobuild.buildroot.net/results/cd9/cd99ac66af7a0cb24510bee78dd45884a8695776 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-coherence/python-coherence.mk')
-rw-r--r--package/python-coherence/python-coherence.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/python-coherence/python-coherence.mk b/package/python-coherence/python-coherence.mk
index f9df37c322..24da7f70a7 100644
--- a/package/python-coherence/python-coherence.mk
+++ b/package/python-coherence/python-coherence.mk
@@ -4,11 +4,10 @@
#
################################################################################
-PYTHON_COHERENCE_VERSION = 0.6.6.2
-PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION))
+PYTHON_COHERENCE_VERSION = b7856985fd496689ca1f9024925ae737297c00d1
+PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,$(PYTHON_COHERENCE_VERSION))
PYTHON_COHERENCE_SETUP_TYPE = setuptools
PYTHON_COHERENCE_LICENSE = MIT
PYTHON_COHERENCE_LICENSE_FILES = LICENCE
-PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn
$(eval $(python-package))
OpenPOWER on IntegriCloud