Skip to content

Commit

Permalink
python-setuptools: Remove licence ambiguity
Browse files Browse the repository at this point in the history
We need to say which verison of PSF and Zope license is in use

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Aug 25, 2015
1 parent ee9f9d3 commit 8551755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/recipes-devtools/python/python-setuptools_18.2.bb
@@ -1,7 +1,7 @@
SUMMARY = "Downloads, builds, installs, upgrades, and uninstalls Python packages"
HOMEPAGE = "https://pypi.python.org/pypi/setuptools"
SECTION = "devel/python"
LICENSE = "PSF|ZPL"
LICENSE = "Python-2.0 | ZPL-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=78;endline=78;md5=8a314270dd7a8dbca741775415f1716e"

SRCNAME = "setuptools"
Expand Down

0 comments on commit 8551755

Please sign in to comment.