[37984] trunk/dports/python

raimue at macports.org raimue at macports.org
Tue Jul 1 15:23:15 PDT 2008


Revision: 37984
          http://trac.macosforge.org/projects/macports/changeset/37984
Author:   raimue at macports.org
Date:     2008-07-01 15:23:15 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
python/py{,25}-clientcookie:
Add missing dependency on setuptools

Modified Paths:
--------------
    trunk/dports/python/py-clientcookie/Portfile
    trunk/dports/python/py25-clientcookie/Portfile

Modified: trunk/dports/python/py-clientcookie/Portfile
===================================================================
--- trunk/dports/python/py-clientcookie/Portfile	2008-07-01 22:22:32 UTC (rev 37983)
+++ trunk/dports/python/py-clientcookie/Portfile	2008-07-01 22:23:15 UTC (rev 37984)
@@ -22,7 +22,8 @@
 			sha1    fc54adb762618d3a9fdeca9ed45b982c2bde940c \
 			rmd160  0c557c11efee3ada975235ed72252176c059e5d2
 
-depends_lib-append	port:py-bsddb
+depends_lib-append	port:py-setuptools \
+                        port:py-bsddb
 
 test.run		yes
 test.cmd		${python.bin}

Modified: trunk/dports/python/py25-clientcookie/Portfile
===================================================================
--- trunk/dports/python/py25-clientcookie/Portfile	2008-07-01 22:22:32 UTC (rev 37983)
+++ trunk/dports/python/py25-clientcookie/Portfile	2008-07-01 22:23:15 UTC (rev 37984)
@@ -22,7 +22,8 @@
 			sha1    fc54adb762618d3a9fdeca9ed45b982c2bde940c \
 			rmd160  0c557c11efee3ada975235ed72252176c059e5d2
 
-depends_lib-append	port:py25-bsddb
+depends_lib-append	port:py25-setuptools \
+                        port:py25-bsddb
 
 test.run		yes
 test.cmd		${python.bin}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080701/5401738c/attachment.html 


More information about the macports-changes mailing list