# HG changeset patch # User Christopher Rogers # Date 1390888576 0 # Node ID 83f5a10c4dd7397e52e578b930fefda31f906b4c # Parent 165decb639cc4fc454e39c618db5533a1373088f twisted: Add zopeinterface to build depends. diff -r 165decb639cc -r 83f5a10c4dd7 twisted/receipt --- a/twisted/receipt Mon Jan 27 21:20:44 2014 +0000 +++ b/twisted/receipt Tue Jan 28 05:56:16 2014 +0000 @@ -12,7 +12,7 @@ WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" DEPENDS="python zopeinterface" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev zopeinterface" # Rules to configure and make the package. compile_rules()