package/python-iptables: account for platform tag in extensions
authorFrank Vanbever <frank.vanbever@essensium.com>
Wed, 11 Mar 2020 10:54:47 +0000 (11:54 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 15 Apr 2020 20:24:46 +0000 (22:24 +0200)
commit52276cdda34aa986410626592031560bf64d788b
tree0f10155f49482eff9b8351214a10d605428b1c75
parent90c18ab269c600ee7643f69212713ee3b74c38bd
package/python-iptables: account for platform tag in extensions

EXT_SUFFIX in Python versions > 3.5 contains a platform tag which only applies
to cpython extensions. Given that ctypes.util.find_library does not work on the
target due to the absence of the underlying tools '.so' needs to be added as a
possible suffix for libraries to enable python-iptables to find the iptables
shared libraries.

Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/python-iptables/0002-Add-.so-as-additional-shared-object-suffix.patch [new file with mode: 0644]