[Python-modules-commits] [txjsonrpc] 08/15: Add dependency on Twisted.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Oct 11 07:26:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch debian/sid
in repository txjsonrpc.

commit 9e005362e58526374f402a509a71f49c09863fce
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sat Oct 11 07:56:13 2014 +0200

    Add dependency on Twisted.
---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e57b50f..6b084b7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends:
  python-all,
  dh-python,
  python-setuptools,
+ python-twisted-core,
+ python-twisted-web,
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/txjsonrpc.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/txjsonrpc.git
@@ -14,7 +16,11 @@ Homepage: https://launchpad.net/txjsonrpc
 
 Package: python-txjsonrpc
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+ python-twisted-core,
+ python-twisted-web,
 Description: Library for creating Twisted JSON-RPC servers and clients
  txJSON-RPC is a library for for creating Python JSON-RPC servers and clients
  using the Twisted networking framework.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txjsonrpc.git



More information about the Python-modules-commits mailing list