summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Schrodt2020-05-24 15:49:06 +0200
committerMartin Schrodt2020-05-24 15:49:35 +0200
commit660350c117f0c5341d0efcc73f8e3f41328fd4ea (patch)
treef23b72f899f4a8d05c8bbbf4b1b48bf685269e04 /PKGBUILD
parentb19ef05a3a090c478efd8354961fa9516efaf2e7 (diff)
downloadaur-660350c117f0c5341d0efcc73f8e3f41328fd4ea.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91c3010d356d..c3742b7b5aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=vfio-isolate
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="commandline tool to facilitate CPU core isolation"
arch=('i686' 'x86_64')
url="https://pypi.org/project/vfio-isolate"
license=('MIT')
-depends=('python3')
+depends=('python' 'python-click' 'python-psutil' 'python-parsimonious')
makedepends=('python-setuptools')
license=('unknown')
arch=('any')