diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-12-08 23:38:29 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-10 00:57:38 +0000 |
commit | 10a9de8939e9de687046a3955696979dda91f1a1 (patch) | |
tree | cb12b38d3b06f96cfbaedaacaab9367433b08b00 | |
parent | 37d66b529d30523bb27d0b7218c05ce534c5c8c0 (diff) | |
download | slackbuilds-10a9de8939e9de687046a3955696979dda91f1a1.tar.gz |
python/buildbot-slave: Fixed deps.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | python/buildbot-slave/buildbot-slave.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/buildbot-slave/buildbot-slave.info b/python/buildbot-slave/buildbot-slave.info index 5efabe12cb..2e8ef811e4 100644 --- a/python/buildbot-slave/buildbot-slave.info +++ b/python/buildbot-slave/buildbot-slave.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/5a/3a/96a2d5d11d66dd7c70c74b6e82ef5cd MD5SUM="a5bdda0174e0428b14580323d35b221f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python-twisted" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |