mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/vde2: Python 2 -> 3
This commit is contained in:
parent
3367b6afcf
commit
74e18ab649
@ -9,7 +9,7 @@ options="!check" # No test suite.
|
||||
license="GPL"
|
||||
depends="libressl"
|
||||
install="vde2.pre-install"
|
||||
makedepends="linux-headers libressl-dev libpcap-dev python2"
|
||||
makedepends="linux-headers libressl-dev libpcap-dev python3-dev"
|
||||
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs"
|
||||
source="http://downloads.sourceforge.net/project/vde/vde2/$pkgver/vde2-$pkgver.tar.gz
|
||||
musl-build-fix.patch
|
||||
|
Loading…
Reference in New Issue
Block a user