diff options
Diffstat (limited to 'testing/py-rst/APKBUILD')
-rw-r--r-- | testing/py-rst/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-rst/APKBUILD b/testing/py-rst/APKBUILD index e123d805a8..0eb31cae96 100644 --- a/testing/py-rst/APKBUILD +++ b/testing/py-rst/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python module to create reStructuredText documents" url="http://rst.readthedocs.org" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |