74523a644b
Drop python2 support and propagate reverse dependency. Remove six dependency as it is no longer required. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
540 B
Makefile
15 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# python-engineio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ENGINEIO_VERSION = 4.2.1
|
|
PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/74/1e/33e402011bb2fe33ab12762e5a66d66df1d47302a23e9c5e8310e11b1403
|
|
PYTHON_ENGINEIO_SETUP_TYPE = setuptools
|
|
PYTHON_ENGINEIO_LICENSE = MIT
|
|
PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
|
|
PYTHON_ENGINEIO_CPE_ID_VENDOR = python-engineio_project
|
|
|
|
$(eval $(python-package))
|