mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-pytun: addition of recipe for python and python3 using pipy
Signed-off-by: Romain Bazile <romain.bazile@ubiant.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b12b09dc36
commit
5da62661fa
@@ -0,0 +1,10 @@
|
|||||||
|
SUMMARY = "Python TUN/TAP tunnel module"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "5b35b1cf80a02cca7ec72eb95d6b0192"
|
||||||
|
SRC_URI[sha256sum] = "07595dadf85f5176eb08c8d4d9ba5b862a180e96633f670f91437c47a1bead0d"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "python-pytun"
|
||||||
|
|
||||||
|
inherit pypi
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
require python-pytun.inc
|
||||||
|
inherit setuptools
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
require python-pytun.inc
|
||||||
|
inherit setuptools3
|
||||||
Reference in New Issue
Block a user