aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyside.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb
index 5b2e9a046..54ae3b5f1 100644
--- a/Library/Formula/pyside.rb
+++ b/Library/Formula/pyside.rb
@@ -22,15 +22,13 @@ class Pyside < Formula
depends_on 'shiboken'
end
- def patches
- DATA # Fix moc_qpytextobject.cxx not found (https://codereview.qt-project.org/62479)
- end
-
resource 'sphinx' do
url 'https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.2.tar.gz'
sha1 '9e424b03fe1f68e0326f3905738adcf27782f677'
end
+ patch :DATA # Fix moc_qpytextobject.cxx not found (https://codereview.qt-project.org/62479)
+
def install
if build.with? "docs"
(buildpath/"sphinx").mkpath