summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')