diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-04-03 13:20:36 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-04-03 13:20:36 +0200 |
commit | b23da4fe46b9ed284440c707a2d540b3e3bd6508 (patch) | |
tree | e78583619d6078def0f2e85fd43f9883eb115a59 /package/python-keyring/python-keyring.mk | |
parent | 2c810ef1ac425f043872653637a4f0fd5f2792bf (diff) | |
download | buildroot-b23da4fe46b9ed284440c707a2d540b3e3bd6508.tar.gz buildroot-b23da4fe46b9ed284440c707a2d540b3e3bd6508.zip |
python-keyring: unbreak after download rework
commit 514291f39ef06 (packages: use new $($PKG)_DL_DIR) variable) strangely
enough removed the PYTHON_KEYRING_SITE line, breaking the build.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-keyring/python-keyring.mk')
-rw-r--r-- | package/python-keyring/python-keyring.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-keyring/python-keyring.mk b/package/python-keyring/python-keyring.mk index 8ac18ae052..27db2802ed 100644 --- a/package/python-keyring/python-keyring.mk +++ b/package/python-keyring/python-keyring.mk @@ -6,6 +6,7 @@ PYTHON_KEYRING_VERSION = 10.5.0 PYTHON_KEYRING_SOURCE = keyring-$(PYTHON_KEYRING_VERSION).tar.gz +PYTHON_KEYRING_SITE = https://pypi.python.org/packages/42/2e/51bd1739fe335095a2174db3f2f230346762e7e572471059540146a521f6 PYTHON_KEYRING_SETUP_TYPE = setuptools PYTHON_KEYRING_LICENSE = MIT PYTHON_KEYRING_LICENSE_FILES = LICENSE |