summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2016-08-07 21:36:03 -0700
committerEric Anderson2016-08-07 21:36:03 -0700
commit17ceb303b0ef9994ecc34ff2c783dcecc59504cf (patch)
treeaa4157d1a9f4ee552f74a6c8366ce91ac0842ce9
parent27a03952ccc156c688aba58414c89c51074fae2e (diff)
downloadaur-17ceb303b0ef9994ecc34ff2c783dcecc59504cf.tar.gz
Remove explicit dependency to python2-yaml
python2-yaml is still a transitive dependency, but indirect via python2-cliapp. It was a mistake to include the dependency in obnam.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b234945a22b4..e8b218ed39b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 00:25:08 UTC 2016
+# Mon Aug 8 04:35:59 UTC 2016
pkgbase = obnam
pkgdesc = Easy, secure backup program
pkgver = 1.19
- pkgrel = 1
+ pkgrel = 2
url = http://obnam.org/
arch = i686
arch = x86_64
@@ -13,7 +13,6 @@ pkgbase = obnam
depends = python2-larch
depends = python2-ttystatus
depends = python2-cliapp
- depends = python2-yaml
optdepends = python2-fuse: support for mounting backups
source = http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.19.orig.tar.xz
sha256sums = 597516692831f273fabfebfa61bdf1ba20832bc168ddc90d22aa3d88eb702195
diff --git a/PKGBUILD b/PKGBUILD
index 2275abe7344c..2412c72f9d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=obnam
pkgver=1.19
-pkgrel=1
+pkgrel=2
pkgdesc="Easy, secure backup program"
arch=('i686' 'x86_64')
url="http://obnam.org/"
license=('GPL3')
depends=('python2-paramiko' 'python2-tracing' 'python2-larch'
- 'python2-ttystatus' 'python2-cliapp' 'python2-yaml')
+ 'python2-ttystatus' 'python2-cliapp')
optdepends=('python2-fuse: support for mounting backups')
source=("http://code.liw.fi/debian/pool/main/o/obnam/obnam_$pkgver.orig.tar.xz")
sha256sums=('597516692831f273fabfebfa61bdf1ba20832bc168ddc90d22aa3d88eb702195')