summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2021-01-19 23:41:51 +0100
committerJonas Witschel2021-01-19 23:41:51 +0100
commitd49eb38eca3055b7e722829a365db7a8148fb381 (patch)
treeb7d8d3cbcb7f3437a62aa02bdf47bb1f8164a823 /PKGBUILD
parentfd7a9b675e46cfde98408dff4dd3ad7d2b66c634 (diff)
downloadaur-d49eb38eca3055b7e722829a365db7a8148fb381.tar.gz
upgpkg: python-tpm2-pytss 0.1.9-1: move python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 243870936b3f..35e4a09218f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,8 @@ pkgdesc='Python bindings for tpm2-tss'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-pytss'
license=('BSD')
-depends=('python' 'python-setuptools' 'tpm2-tss' 'libtss2-esys.so'
- 'libtss2-fapi.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('swig')
+depends=('python' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+makedepends=('python-setuptools' 'swig')
checkdepends=('ibm-sw-tpm2' 'python-cryptography')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('bf95ed874037b459cb160e789ef5982f64c3db4d5efc65affb6cb941ceb40a65')