summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2020-07-23 17:07:45 +0200
committerJonas Witschel2020-07-23 17:07:45 +0200
commit1777623e85c17b088b2e6a2fa9e0fc4afe499210 (patch)
treeef37753789217336b169448261dcaef74fb44750
parent29dbad4e091e85a8e90daeacd6210a12313528c7 (diff)
downloadaur-1777623e85c17b088b2e6a2fa9e0fc4afe499210.tar.gz
upgpkg: python-tpm2-pytss 0.1.8-5: remove superfluous libdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489a5e608753..e3ec146cf4a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tpm2-pytss
pkgdesc = Python bindings for tpm2-tss
pkgver = 0.1.8
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/tpm2-software/tpm2-pytss
arch = x86_64
license = BSD
@@ -14,7 +14,6 @@ pkgbase = python-tpm2-pytss
depends = libtss2-esys.so
depends = libtss2-fapi.so
depends = libtss2-rc.so
- depends = libtss2-sys.so
depends = libtss2-tctildr.so
source = https://files.pythonhosted.org/packages/source/t/tpm2-pytss/tpm2-pytss-0.1.8.tar.gz
sha256sums = a0a1c492d4d0ac4855c4f3b7bbf1c9d63d96aa9be06da800d1d44800b319bc54
diff --git a/PKGBUILD b/PKGBUILD
index 158cef0a1f7d..d471b83cc1ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-tpm2-pytss
_name=${pkgname#python-}
pkgver=0.1.8
-pkgrel=4
+pkgrel=5
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-sys.so' 'libtss2-tctildr.so')
+ 'libtss2-fapi.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
makedepends=('swig')
checkdepends=('ibm-sw-tpm2' 'python-cryptography')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")