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 d3a77bf46095..2fdcb3c99f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-urwidtrees-git
arch = any
license = GPL
makedepends = git
- makedepends = python-sphinx
depends = python-urwid>=1.1.0
depends = python-mock
provides = python-urwidtrees
diff --git a/PKGBUILD b/PKGBUILD
index 2bc5ed4e063a..245cfa254661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/pazz/urwidtrees"
license=("GPL")
depends=("python-urwid>=1.1.0" "python-mock")
-makedepends=("git" "python-sphinx")
+makedepends=("git")
provides=('python-urwidtrees')
conflicts=('python-urwidtrees')
source=("git+https://github.com/pazz/urwidtrees.git")