K 10 svn:author V 5 koobs K 8 svn:date V 27 2013-12-04T10:07:23.378806Z K 7 svn:log V 430 devel/py-pbr: Add pip to RUN_DEPENDS as swift and swiftclient need it swift and swiftclient depend on pbr, output errors on import when pip is not available at runtime, but don't explicitly declare a dependency on pip themselves. While implicit dependencies are not good practice, pbr does declare pip in its requirements, which is not reflected in this ports RUN_DEPENDS. So: - Add py-pip to RUN_DEPENDS Reported by: trociny END