[arch-commits] Commit in python-lxml/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 25 05:08:16 UTC 2017


    Date: Saturday, November 25, 2017 @ 05:08:11
  Author: felixonmars
Revision: 310851

fix makedepends on cython (FS#56434)

Modified:
  python-lxml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 03:05:56 UTC (rev 310850)
+++ PKGBUILD	2017-11-25 05:08:11 UTC (rev 310851)
@@ -10,9 +10,9 @@
 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')
+              'python-beautifulsoup4' 'python2-beautifulsoup4')
 source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz")
 sha512sums=('69c64fc9f34bd8250dffcc32b6dcc93490731cd32778d7257a232fc5a126e74433ce6d4351683b71872cbeccd2c4d5a970e8fc2e631bbc273125be2b7f61ef31')
 



More information about the arch-commits mailing list