summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle MacLeod2017-03-20 11:37:03 -0400
committerKyle MacLeod2017-03-20 11:37:03 -0400
commite6d4d42e26dbcaffe63dced96d83f8d76c08d48a (patch)
tree47d07e286d9196caea7a44085029914eac637234
parent30398efe996fb218a72c50ea8ab29fed08dbde6a (diff)
downloadaur-e6d4d42e26dbcaffe63dced96d83f8d76c08d48a.tar.gz
remove python-six
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f6ae0cb9b9..8bf34a4ba178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = topydo-git
license = GPLv3
depends = python
depends = python-setuptools
- depends = python-six
depends = python-arrow
depends = python-urwid
depends = python-watchdog
diff --git a/PKGBUILD b/PKGBUILD
index 5a784d0a6a3e..b1c24cd7591f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="topydo is a todo list application using the todo.txt format."
arch=("any")
url="https://github.com/bram85/topydo"
license=('GPLv3')
-depends=("python" "python-setuptools" "python-six" "python-arrow" "python-urwid" "python-watchdog")
+depends=("python" "python-setuptools" "python-arrow" "python-urwid" "python-watchdog")
provides=("topydo")
source=("git+https://github.com/bram85/topydo.git")
md5sums=("SKIP")