[Python-modules-commits] [python-pysolar] 11/42: Remove unused dependencies

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:36:59 UTC 2014


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

debacle pushed a commit to tag 0.6
in repository python-pysolar.

commit 8428695cd13e4af8916ec2ba79314dc7d48ad93c
Author: Brandon Stafford <brandon at rascalmicro.com>
Date:   Thu Mar 20 19:47:54 2014 -0400

    Remove unused dependencies
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9441a78..97d6193 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,6 @@ setup(name='Pysolar',
     license = 'GNU General Public License (GPL)',
     url='http://pysolar.org',
     packages=['Pysolar'],
-    requires = ['gtk', 'numpy', 'PIL', 'pygtk', 'pylab', 'pytz'],
+    requires = ['numpy', 'pytz'],
     )
 

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



More information about the Python-modules-commits mailing list