summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-03 04:33:32 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-03 04:34:08 +0200
commit9d011c763a7d56e8dfe2837569629a924748739a (patch)
tree0df1041de8b4af7965d82ce684d947780d8ed054
parentf25334c03a6aa96578481d16d2cdc850f06ca22c (diff)
pcr: python-bundlewrap: sync with AUR to fix deps
python-tomlkit was missing from the dependencies. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/python-bundlewrap/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/python-bundlewrap/PKGBUILD b/pcr/python-bundlewrap/PKGBUILD
index c17ec1e37..1ffbe9986 100644
--- a/pcr/python-bundlewrap/PKGBUILD
+++ b/pcr/python-bundlewrap/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-bundlewrap
_pkgname=bundlewrap
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Agent-less configuration management"
arch=('any')
url='https://bundlewrap.org/'
@@ -18,7 +18,8 @@ depends=('python-cryptography'
'python-passlib'
'python-pyaml'
'python-requests'
- 'python-six')
+ 'python-six'
+ 'python-tomlkit')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('4d696a97e6d612839315d3820e4efd1db73c59ac88db816e19a619dec54f94f84cb28517ee57bcbc26ee6436ea887c73cc906479132ba41cc31755f76e2e4c85')