Commit 514d713e authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

python-django: be more specific about the license



The license is really a 3 clauses BSD license, so let's specify this
in python-django.mk.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 71d6705e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ PYTHON_DJANGO_VERSION = 1.7.2
PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
# The official Django site has an unpractical URL
PYTHON_DJANGO_SITE = https://pypi.python.org/packages/source/D/Django/
PYTHON_DJANGO_LICENSE = BSD
PYTHON_DJANGO_LICENSE = BSD-3c
PYTHON_DJANGO_LICENSE_FILES = LICENSE
PYTHON_DJANGO_SETUP_TYPE = setuptools