mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 15:41:09 -09:00
package/python-iptables: new package
This package provides Python bindings for iptables. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Thomas: add license file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ff85ea4fdf
commit
b7ad8d7879
13
package/python-iptables/python-iptables.mk
Normal file
13
package/python-iptables/python-iptables.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-iptables
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IPTABLES_VERSION = 0.13.0
|
||||
PYTHON_IPTABLES_SITE = https://files.pythonhosted.org/packages/6e/3a/866f5b1bccc6a4d94811f84304d700da14518ff55b80e08ff2241b3221bf
|
||||
PYTHON_IPTABLES_SETUP_TYPE = setuptools
|
||||
PYTHON_IPTABLES_LICENSE = Apache-2.0
|
||||
PYTHON_IPTABLES_LICENSE_FILES = NOTICE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user