[Python-modules-commits] r9492 - in packages/swiginac/trunk/debian (control)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed Aug 26 13:47:05 UTC 2009


    Date: Wednesday, August 26, 2009 @ 13:47:04
  Author: johannr-guest
Revision: 9492

Add missing dependency python-numeric.

Modified:
  packages/swiginac/trunk/debian/control

Modified: packages/swiginac/trunk/debian/control
===================================================================
--- packages/swiginac/trunk/debian/control	2009-08-26 13:46:02 UTC (rev 9491)
+++ packages/swiginac/trunk/debian/control	2009-08-26 13:47:04 UTC (rev 9492)
@@ -13,7 +13,7 @@
 Package: python-swiginac
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: python-numeric, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: Python interface to GiNaC
  Swiginac is a Python interface to GiNaC, built with SWIG. The aim of swiginac
  is to make all the functionality of GiNaC accessible from Python as an 




More information about the Python-modules-commits mailing list