summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schrodt2020-05-24 15:49:06 +0200
committerMartin Schrodt2020-05-24 15:49:35 +0200
commit660350c117f0c5341d0efcc73f8e3f41328fd4ea (patch)
treef23b72f899f4a8d05c8bbbf4b1b48bf685269e04
parentb19ef05a3a090c478efd8354961fa9516efaf2e7 (diff)
downloadaur-660350c117f0c5341d0efcc73f8e3f41328fd4ea.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c77edfdd5a9..a136b4bb091a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = vfio-isolate
pkgdesc = commandline tool to facilitate CPU core isolation
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/vfio-isolate
arch = any
license = unknown
makedepends = python-setuptools
- depends = python3
+ depends = python
+ depends = python-click
+ depends = python-psutil
+ depends = python-parsimonious
source = https://files.pythonhosted.org/packages/source/v/vfio-isolate/vfio-isolate-0.2.0.tar.gz
md5sums = 64a3c4666bcd59f8e1cf1348937a8be1
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')