diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-06 23:17:31 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-06 23:17:31 +0000 |
commit | 62cffe0201561fafc7378c08e85bd3eaa6322395 (patch) | |
tree | f1198d6b4e1858644bf047a9647557092269a300 /community/py-sphinx-autobuild | |
parent | 9d0bdacd05d25833b9ce748dcc599b4e1ba2cc92 (diff) | |
download | aports-62cffe0201561fafc7378c08e85bd3eaa6322395.tar.bz2 aports-62cffe0201561fafc7378c08e85bd3eaa6322395.tar.xz |
community/py-sphinx-autobuild: fix dependencies
Diffstat (limited to 'community/py-sphinx-autobuild')
-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" |