summaryrefslogtreecommitdiff
path: root/src/stage4/patches/python-lxml.patch
blob: bd1d8903c03e77f5fc3dec05d50f41cf896690b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rupN a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD	2018-04-05 08:15:25.879660799 +0200
+++ b/PKGBUILD	2018-04-05 08:15:25.879660799 +0200
@@ -10,7 +10,7 @@ arch=('x86_64')
 license=('BSD' 'custom')
 url="http://lxml.de/"
 makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 'epydoc' 'python2-pygments'
-             'python2-docutils')
+             'python2-docutils' 'cython' 'cython2')
 checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 'python2-html5lib'
               'python-beautifulsoup4' 'python2-beautifulsoup4' 'cython' 'cython2')
 source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz")