mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/obnam: fix ftbfs by adding missing py-packaging dep
This commit is contained in:
parent
bce74be03c
commit
df2256379a
@ -7,7 +7,7 @@ pkgdesc="A backup program that supports encryption and deduplication"
|
||||
url="http://obnam.org/"
|
||||
arch="all"
|
||||
license="GPL3+"
|
||||
depends="python2 py-larch py-paramiko py-fuse py-enum34 py-six py-asn1-modules"
|
||||
depends="python2 py-larch py-paramiko py-fuse py-enum34 py-six py-asn1-modules py-packaging"
|
||||
depends_dev=""
|
||||
makedepends="python2-dev py-setuptools"
|
||||
install=""
|
||||
|
Loading…
Reference in New Issue
Block a user