File libbtbb-update-setup_py.patch of Package libbtbb
From 15f4ce4438b57ff0b48eb41ff2c2744838a38f04 Mon Sep 17 00:00:00 2001
From: Bjoern Kerler <6317772+bkerler@users.noreply.github.com>
Date: Sat, 7 Jun 2025 14:04:33 +0200
Subject: [PATCH] Update setup.py.in
---
python/pcaptools/setup.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pcaptools/setup.py.in b/python/pcaptools/setup.py.in
index f04cb42..53ee155 100755
--- a/python/pcaptools/setup.py.in
+++ b/python/pcaptools/setup.py.in
@@ -18,7 +18,7 @@ setup(
author = "Joshua Wright",
url = "https://github.com/greatscottgadgets/libbtbb",
license = "GPL",
- version = '${PACKAGE_VERSION}',
+ version = '0.8',
package_dir = { '': '${CMAKE_CURRENT_SOURCE_DIR}' },
packages = ['pcapdump'],
classifiers=[