[Python-modules-commits] r3078 - in /packages/sympy/trunk/debian: changelog control

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Aug 21 18:01:51 UTC 2007


Author: piotr
Date: Tue Aug 21 18:01:51 2007
New Revision: 3078

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3078
Log:
Added python-imaging and python-ctypes to Depends (for pyglet module)

Modified:
    packages/sympy/trunk/debian/changelog
    packages/sympy/trunk/debian/control

Modified: packages/sympy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/changelog?rev=3078&op=diff
==============================================================================
--- packages/sympy/trunk/debian/changelog (original)
+++ packages/sympy/trunk/debian/changelog Tue Aug 21 18:01:51 2007
@@ -7,6 +7,7 @@
   * Not building man page, since upstream ships it by default
   * Removing the dependency on python-libxslt1 and python-libxml2 since the
     upstream no longer depends on them
+  * Added python-imaging and python-ctypes to Depends (for pyglet module)
 
  -- Ondrej Certik <ondrej at certik.cz>  Tue, 21 Aug 2007 18:59:54 -0700
 

Modified: packages/sympy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/control?rev=3078&op=diff
==============================================================================
--- packages/sympy/trunk/debian/control (original)
+++ packages/sympy/trunk/debian/control Tue Aug 21 18:01:51 2007
@@ -10,7 +10,7 @@
 
 Package: python-sympy
 Architecture: all 
-Depends: ${python:Depends}
+Depends: ${python:Depends}, python-imaging, python-ctypes
 Recommends: libgtkmathview-bin, python-opengl
 XB-Python-Version: ${python:Versions}
 Description: Computer Algebra System (CAS) in Python




More information about the Python-modules-commits mailing list