summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsfmajors3732019-06-29 06:24:43 -0400
committersfmajors3732019-06-29 06:24:43 -0400
commit8d1cf44fa08f1e50e5a275dac1fe12d08d52d311 (patch)
tree4f39bef433ecc1f5ce96b7dcf514a4d90096c820 /PKGBUILD
parent5054616cc8650bd16711e11e6ccfa65e18915d5e (diff)
downloadaur-8d1cf44fa08f1e50e5a275dac1fe12d08d52d311.tar.gz
Added python-lz4 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7126f9840b9b..db8a7ebae786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Andrew Trask <contact@openmined.org>
pkgname=python-syft
pkgver=0.1.19a1
-pkgrel=6
+pkgrel=7
pkgdesc="A Library for Private, Secure Deep Learning"
arch=(any)
url="https://github.com/OpenMined/PySyft"
@@ -16,7 +16,8 @@ package() {
'python-tblib'
'python-websockets'
'python-websocket-client'
- 'python-msgpack')
+ 'python-msgpack'
+ 'python-lz4')
sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
mkdir -p $pkgdir/"$sitepackages"
cp -r $srcdir/syft/* $pkgdir/"$sitepackages"