From 6b0aea1b6cff5a9d3898e5a4eb1f79044b77ebed Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Sun, 5 Apr 2015 20:05:14 +0200 Subject: [PATCH] python-coherence: fix legal-info Typo in license file name. Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/python-coherence/python-coherence.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-coherence/python-coherence.mk b/package/python-coherence/python-coherence.mk index 301885ba3..f9df37c32 100644 --- a/package/python-coherence/python-coherence.mk +++ b/package/python-coherence/python-coherence.mk @@ -8,7 +8,7 @@ PYTHON_COHERENCE_VERSION = 0.6.6.2 PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION)) PYTHON_COHERENCE_SETUP_TYPE = setuptools PYTHON_COHERENCE_LICENSE = MIT -PYTHON_COHERENCE_LICENSE_FILES = LICENSE +PYTHON_COHERENCE_LICENSE_FILES = LICENCE PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn $(eval $(python-package))