buildroot/package/python-iptables/python-iptables.mk
Asaf Kahlon 39d948c11c package/python-iptables: bump to version 0.14.0
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-29 22:17:49 +02:00

14 lines
491 B
Makefile

################################################################################
#
# python-iptables
#
################################################################################
PYTHON_IPTABLES_VERSION = 0.14.0
PYTHON_IPTABLES_SITE = https://files.pythonhosted.org/packages/08/5e/16a5ca35c420b8059eeb72716e316eeb6f0e59ce028998d36b2dc87554e5
PYTHON_IPTABLES_SETUP_TYPE = setuptools
PYTHON_IPTABLES_LICENSE = Apache-2.0
PYTHON_IPTABLES_LICENSE_FILES = NOTICE
$(eval $(python-package))