aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-sphinx
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-10-01 18:41:20 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-10-01 18:41:20 +0200
commitef39687496457a518727dc0036051c5d90deb79e (patch)
treedf1a8bb785ab551b094a3b8af99f94ed808d4e4d /main/py-sphinx
parent05a1149777fd22df939b865918a011f31fe9eae1 (diff)
downloadaports-ef39687496457a518727dc0036051c5d90deb79e.tar.bz2
aports-ef39687496457a518727dc0036051c5d90deb79e.tar.xz
main/py-sphinx: fix deps
Diffstat (limited to 'main/py-sphinx')
-rw-r--r--main/py-sphinx/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/py-sphinx/APKBUILD b/main/py-sphinx/APKBUILD
index 3f765220e5..5e91aebe1b 100644
--- a/main/py-sphinx/APKBUILD
+++ b/main/py-sphinx/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=py-sphinx
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Python Documentation Generator"
url="http://sphinx.pocoo.org/"
arch="noarch"
license="BSD"
-depends="py-docutils py-jinja2 py-pygments py-setuptools make py-six"
+depends="python py-docutils py-jinja2 py-pygments py-setuptools make py-six
+ py-sphinx_rtd_theme py-alabaster py-babel py-snowballstemmer"
depends_dev=""
makedepends="$depends_dev"
install=""