diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-06-18 10:38:50 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-18 20:20:32 +0200 |
| commit | d54dee36b0c6a8954262ce9284c272216efc4252 (patch) | |
| tree | a35b1eb8c71d19ca91cb223ccef9d33f09901ed3 /package/python-decorator/python-decorator.mk | |
| parent | e44fa57a30de5e3b9907bf8a6c956dba70d61d39 (diff) | |
| download | buildroot-d54dee36b0c6a8954262ce9284c272216efc4252.tar.gz buildroot-d54dee36b0c6a8954262ce9284c272216efc4252.zip | |
python-decorator: add license file and hash
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-decorator/python-decorator.mk')
| -rw-r--r-- | package/python-decorator/python-decorator.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk index 3802f3dc16..67d9b8e719 100644 --- a/package/python-decorator/python-decorator.mk +++ b/package/python-decorator/python-decorator.mk @@ -8,6 +8,7 @@ PYTHON_DECORATOR_VERSION = 4.0.11 PYTHON_DECORATOR_SITE = https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570 PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz PYTHON_DECORATOR_LICENSE = BSD-2-Clause +PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt PYTHON_DECORATOR_SETUP_TYPE = setuptools $(eval $(python-package)) |

