diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-22 17:48:06 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-26 21:15:26 +0000 |
commit | 74e18ab64905a511bbf5a19b7be3a775e6c84b3e (patch) | |
tree | 6f27cf526f41fd97c5aa5607637aca5efd72f455 /main/vde2 | |
parent | 3367b6afcfef55c81d9799124b646154945e5a8d (diff) | |
download | aports-74e18ab64905a511bbf5a19b7be3a775e6c84b3e.tar.bz2 aports-74e18ab64905a511bbf5a19b7be3a775e6c84b3e.tar.xz |
main/vde2: Python 2 -> 3
Diffstat (limited to 'main/vde2')
-rw-r--r-- | main/vde2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/vde2/APKBUILD b/main/vde2/APKBUILD index e1666b665b..0318620b44 100644 --- a/main/vde2/APKBUILD +++ b/main/vde2/APKBUILD @@ -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 |