diff options
-rw-r--r-- | testing/xxhash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xxhash/APKBUILD b/testing/xxhash/APKBUILD index c72586bfe8..e895835cd2 100644 --- a/testing/xxhash/APKBUILD +++ b/testing/xxhash/APKBUILD @@ -11,7 +11,7 @@ url="http://www.xxhash.com" arch="all" license="BSD/GPL" depends="" -makedepends="python2-dev python3-dev py-setuptools valgrind" +makedepends="python2-dev python3-dev py-setuptools" subpackages="$pkgname-dev $pkgname-doc py2-$pkgname:_py2 py3-$pkgname:_py3" source="$_pkgname-$pkgver.tar.gz::https://github.com/Cyan4973/$_pkgname/archive/v$pkgver.tar.gz $_pypkg-$pkgver.tar.gz::https://github.com/ifduyue/$_pypkg/archive/v$_pyver.tar.gz |