diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-02 15:18:54 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:04:00 +0000 |
commit | 673d27f9ea920f0b3a93898abc24865cfafc8f1f (patch) | |
tree | ad48674d9c70840055b181cc79c24645099e1928 /testing/buildbot | |
parent | 1536d342b5ca341d3aeeb97789bceb82e2c460cc (diff) | |
download | aports-673d27f9ea920f0b3a93898abc24865cfafc8f1f.tar.bz2 aports-673d27f9ea920f0b3a93898abc24865cfafc8f1f.tar.xz |
main/twisted: new upstream version 15.4
As of version 15.3 the twisted team will no longer release
twisted subproject independently. There is no real upside for
alpine to support twisted in the form of subpackages.
Therefore, the twisted subprojects will be dropped from aports
in favor of a single twisted package.
Diffstat (limited to 'testing/buildbot')
-rw-r--r-- | testing/buildbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/APKBUILD b/testing/buildbot/APKBUILD index a01b2975a2..89a4b8c136 100644 --- a/testing/buildbot/APKBUILD +++ b/testing/buildbot/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Continuous integration testing framework" url="http://buildbot.net/" arch="noarch" license="GPLv2" -depends="python py-twisted py-twisted-mail py-twisted-web py-twisted-words +depends="python py-twisted py-simplejson py-sqlalchemy7 py-pysqlite py-jinja2 py-sqlalchemy-migrate py-dateutil py-setuptools" depends_dev="" |