dpdk: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:10 -04:00 committed by Toyam Cox
parent 669e8cf483
commit 47a0ca95c3

View file

@ -16,6 +16,7 @@ license="BSD-3-Clause, GPL-2.0-only"
homepage="https://www.dpdk.org/"
distfiles="https://github.com/DPDK/${pkgname}/archive/v${version}.tar.gz"
checksum=1ceff1a6f4f8d5f6f62c1682097249227ac5225ccd9638e0af09f5411c681038
python_version=2 #unverified
case "${XBPS_TARGET_MACHINE}" in
armv7l*) configure_args+=" -Dmachine=armv7-a";;