summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')