summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Playfair Cal2021-04-10 10:52:30 +1000
committerDaniel Playfair Cal2021-04-10 10:52:30 +1000
commit99c2517611f38fb44315a599df8fd9a3daf57f0a (patch)
tree361b271832057fe05206cb0907ee4dfc74ca0b8a
parent3bee97020b55b5c13bbe84f5d914823979081a4c (diff)
downloadaur-99c2517611f38fb44315a599df8fd9a3daf57f0a.tar.gz
remove unused dependency on flake8
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ce036613cf..632e35868fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = buttersink-git
depends = btrfs-progs
depends = python2-boto
depends = python2-crcmod
- depends = python2-flake8
depends = python2-psutil
provides = buttersink
conflicts = buttersink
diff --git a/PKGBUILD b/PKGBUILD
index ca889e474caa..c0f77fc196eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Buttersink is like rsync for btrfs snapshots"
arch=('any')
url="https://github.com/AmesCornish/buttersink.git"
license=('GPL3')
-depends=('btrfs-progs' 'python2-boto' 'python2-crcmod' 'python2-flake8' 'python2-psutil')
+depends=('btrfs-progs' 'python2-boto' 'python2-crcmod' 'python2-psutil')
makedepends=('git')
conflicts=('buttersink')
provides=('buttersink')