mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The host-depot-tools package now requires a host variant of the python-pysocks package due to the python-httplib2 update on commit [1]. Httplib2 removed the internal socks.py file on commit [2]. [1]55a80f89d7[2]1a6ff78179Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> [Julien: change commit id to urls] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
583 B
Makefile
16 lines
583 B
Makefile
################################################################################
|
|
#
|
|
# python-pysocks
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYSOCKS_VERSION = 1.7.1
|
|
PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz
|
|
PYTHON_PYSOCKS_SITE = https://files.pythonhosted.org/packages/bd/11/293dd436aea955d45fc4e8a35b6ae7270f5b8e00b53cf6c024c83b657a11
|
|
PYTHON_PYSOCKS_LICENSE = BSD-3-Clause
|
|
PYTHON_PYSOCKS_LICENSE_FILES = LICENSE
|
|
PYTHON_PYSOCKS_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|