python-vobject: fix LICENSE format

WARNING: python-vobject: No generic license file exists for: Apache in any provider
WARNING: python-vobject: No generic license file exists for: License in any provider
WARNING: python-vobject: No generic license file exists for: V2.0 in any provider

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-04-12 11:33:18 +02:00
parent 5d9f5111f2
commit d22869df83

View File

@ -1,6 +1,6 @@
DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files"
SECTION = "devel/python"
LICENSE = "Apache License V2.0"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
HOMEPAGE = "http://vobject.skyhouseconsulting.com/"
SRCNAME = "vobject"