[Python-modules-commits] r30881 - in packages/pywbem/trunk/debian (control)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Sat Oct 4 09:29:52 UTC 2014
Date: Saturday, October 4, 2014 @ 09:29:51
Author: bzed
Revision: 30881
fix twisted dependency
Modified:
packages/pywbem/trunk/debian/control
Modified: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control 2014-10-04 09:28:04 UTC (rev 30880)
+++ packages/pywbem/trunk/debian/control 2014-10-04 09:29:51 UTC (rev 30881)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>
Build-Depends: debhelper (>= 7), python-all (>= 2.5), dpatch
-Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc, python-m2crypto, python-epydoc, python-twisted
+Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc, python-m2crypto, python-epydoc, python-twisted-web, python-twisted-core
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pywbem/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pywbem/trunk/
Homepage: http://pywbem.sourceforge.net/
@@ -12,7 +12,7 @@
Package: python-pywbem
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-m2crypto, python-epydoc, python-twisted
+Depends: ${python:Depends}, ${misc:Depends}, python-m2crypto, python-epydoc, python-twisted-web, python-twisted-core
Description: Python WBEM Client and Provider Interface
PyWBEM is a Python library that implements a Web Based Enterprise
Management (WBEM) client. It performs WBEM operations using the
More information about the Python-modules-commits
mailing list