#36437: py32-google-api: Dependency 'py32-gflags' not found ---------------------------------------+------------------------------ Reporter: ryandesign@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py-google-api, py-gflags | ---------------------------------------+------------------------------ Comment (by conall+macports@…): This should be a simple fix to the Portfile itself. Please apply the following diff to resolve your problems. {{{ --- a/opensource/macports/python/py-gflags/Portfile Mon Sep 24 05:00:34 2012 +0100 +++ b/opensource/macports/python/py-gflags/Portfile Tue Oct 02 22:52:20 2012 -0700 @@ -7,6 +7,7 @@ name py-gflags version 2.0 +revision 1 categories-append devel license BSD maintainers conall.net:conall+macports @@ -30,7 +31,7 @@ depends_build-append port:py${python.version}-distribute -python.versions 24 25 26 27 +python.versions 24 25 26 27 31 32 python.default_version 27 livecheck.type googlecode }}} -- Ticket URL: <https://trac.macports.org/ticket/36437#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS