mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 12:02:12 +00:00
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user