diff options
Diffstat (limited to 'community/buildbot')
-rw-r--r-- | community/buildbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/buildbot/APKBUILD b/community/buildbot/APKBUILD index 6748931a8d..3de2450d1a 100644 --- a/community/buildbot/APKBUILD +++ b/community/buildbot/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Continuous integration testing framework" url="http://buildbot.net/" arch="noarch" license="GPLv2" -depends="python2 py-twisted py-simplejson py2-sqlalchemy +depends="python2 py-twisted py-simplejson py2-sqlalchemy py2-pysqlite py-jinja2 py2-sqlalchemy-migrate py-dateutil py-setuptools" depends_dev="" |