diff options
author | Devaev Maxim <[email protected]> | 2018-07-02 09:09:25 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-02 09:09:25 +0300 |
commit | 682a93e757fd4ad0697a045a0be2603f4551d4a0 (patch) | |
tree | ecdd60766f8ab13e5511a973d52a998864e168f3 /kvmd/PKGBUILD | |
parent | 61603c4f7b5834cba01a6ee807f637f443d286dd (diff) |
test implementation of mass-storage device
Diffstat (limited to 'kvmd/PKGBUILD')
-rw-r--r-- | kvmd/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kvmd/PKGBUILD b/kvmd/PKGBUILD index a46b3093..9d97eda5 100644 --- a/kvmd/PKGBUILD +++ b/kvmd/PKGBUILD @@ -13,6 +13,8 @@ depends=( "python" "python-yaml" "python-aiohttp" + "python-aiofiles" + "python-pyudev" "python-raspberry-gpio" ) makedepends=("python-setuptools" "wget") |