diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-19 00:27:59 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-19 07:45:40 -0800 |
| commit | 5d82ef30bead4950ef5fefc8697148f92797142b (patch) | |
| tree | 96fcc1cd1abc7b8dc323a242c318043836278073 /meta-networking/recipes-devtools | |
| parent | 918020f7cf1e2aa8d310365cd93fbc5260df70bc (diff) | |
| download | meta-openembedded-5d82ef30bead4950ef5fefc8697148f92797142b.tar.gz | |
python3-scapy: Upgrade to 2.6.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-devtools')
| -rw-r--r-- | meta-networking/recipes-devtools/python/python3-scapy_2.6.1.bb (renamed from meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.6.1.bb index 2086b018d6..5f09fd852a 100644 --- a/meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb +++ b/meta-networking/recipes-devtools/python/python3-scapy_2.6.1.bb | |||
| @@ -16,11 +16,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 16 | # If you want ptest support, use the git repo | 16 | # If you want ptest support, use the git repo |
| 17 | # UTscapy does not exist in the pypi pkg | 17 | # UTscapy does not exist in the pypi pkg |
| 18 | # | 18 | # |
| 19 | SRCREV = "f7a64114b35fd8ee63ce07290f8a2dffd52b215f" | 19 | SRCREV = "8e08cbf759de6709a5b4af6bea3655d293129bb4" |
| 20 | SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \ | 20 | SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https;tag=v${PV} \ |
| 21 | file://run-ptest" | 21 | file://run-ptest" |
| 22 | 22 | ||
| 23 | |||
| 24 | UPSTREAM_CHECK_COMMITS = "1" | 23 | UPSTREAM_CHECK_COMMITS = "1" |
| 25 | 24 | ||
| 26 | inherit python_setuptools_build_meta ptest | 25 | inherit python_setuptools_build_meta ptest |
