aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-sphinx
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-05 17:00:51 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-05 17:01:28 +0000
commitdc7fda197a3664b715eb74c816fea8496d05db6e (patch)
tree8426fb3db80571ad37125eb6a95782d8c8375e91 /main/py-sphinx
parent62afc58ffbc19a44808f7e749fb297572b3c9410 (diff)
downloadaports-dc7fda197a3664b715eb74c816fea8496d05db6e.tar.bz2
aports-dc7fda197a3664b715eb74c816fea8496d05db6e.tar.xz
main/alpine-conf: fix bad typo
Diffstat (limited to 'main/py-sphinx')
-rw-r--r--main/py-sphinx/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-sphinx/APKBUILD b/main/py-sphinx/APKBUILD
index ff03578280..0e559621a4 100644
--- a/main/py-sphinx/APKBUILD
+++ b/main/py-sphinx/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-sphinx
_pkgname=${pkgname#py-}
pkgver=1.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="Python Documentation Generator"
url="http://sphinx.pocoo.org/"
arch="noarch"
license="BSD"
-depends="python make py-docutils py-jinja2 py-pygments py-setuptools py-six
+depends="python make py-docutils py-jinja2 py-pygments py-setuptools py2-six
py-sphinx_rtd_theme py-alabaster py-babel py-snowballstemmer
py-imagesize"
makedepends="$depends_dev"