diff options
Diffstat (limited to 'community/py-sphinx-autobuild/APKBUILD')
-rw-r--r-- | community/py-sphinx-autobuild/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-sphinx-autobuild/APKBUILD b/community/py-sphinx-autobuild/APKBUILD index 7d6e7d2e68..cd9b68c442 100644 --- a/community/py-sphinx-autobuild/APKBUILD +++ b/community/py-sphinx-autobuild/APKBUILD @@ -7,9 +7,9 @@ pkgdesc="Watch a Sphinx directory and rebuild the documentation when a change is url="https://github.com/GaretJax/sphinx-autobuild" arch="noarch" license="BSD" -depends="py-argh py-livereload py-pathtools py-yaml py-sphinx py-tornado py-watchdog" +depends="py-argh py-livereload py-pathtools py-yaml py-sphinx py-tornado py-watchdog py-setuptools" depends_dev="" -makedepends="$depends_dev python2-dev" +makedepends="$depends_dev" install="" subpackages="" source="sphinx-autobuild-$pkgver.tar.gz::https://github.com/GaretJax/sphinx-autobuild/archive/v$pkgver.tar.gz" |