mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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"
|
license="GPL"
|
||||||
depends="libressl"
|
depends="libressl"
|
||||||
install="vde2.pre-install"
|
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"
|
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs"
|
||||||
source="http://downloads.sourceforge.net/project/vde/vde2/$pkgver/vde2-$pkgver.tar.gz
|
source="http://downloads.sourceforge.net/project/vde/vde2/$pkgver/vde2-$pkgver.tar.gz
|
||||||
musl-build-fix.patch
|
musl-build-fix.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user