mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package: add python-requests
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
14
package/python-requests/python-requests.mk
Normal file
14
package/python-requests/python-requests.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-requests
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REQUESTS_VERSION = 2.4.3
|
||||
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
|
||||
PYTHON_REQUESTS_SITE = http://pypi.python.org/packages/source/r/requests
|
||||
PYTHON_REQUESTS_SETUP_TYPE = setuptools
|
||||
PYTHON_REQUESTS_LICENSE = Apache-2.0
|
||||
PYTHON_REQUESTS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user