bcc: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:04 +01:00
parent 065ff84ffd
commit 284f0797c6
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'bcc'
pkgname=bcc
version=0.26.0
revision=1
revision=2
build_style=cmake
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
hostmakedepends="flex python3"
hostmakedepends="flex python3-setuptools"
makedepends="clang clang-tools-extra elfutils-devel flex lld-devel llvm
ncurses-devel python3-devel zlib-devel"
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"