Revision
37984
Author
raimue@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

Diff

Modified: trunk/dports/python/py-clientcookie/Portfile (37983 => 37984)


--- 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 (37983 => 37984)


--- 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}