diff options
Diffstat (limited to 'meta-python/recipes-connectivity/python3-pytun')
| -rw-r--r-- | meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb b/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb new file mode 100644 index 0000000000..bc11d705f4 --- /dev/null +++ b/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.3.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Python TUN/TAP tunnel module" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "adcaeea56d0ed06814487cdbde32d198" | ||
| 6 | SRC_URI[sha256sum] = "5ead86b3391acef239535ebcabeb04d2cdc6b40ab14580d28c6da193c2d1fe53" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "python-pytun" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
