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

Jelle van der Waa jelle at archlinux.org
Wed Sep 12 19:35:34 UTC 2018


    Date: Wednesday, September 12, 2018 @ 19:35:33
  Author: jelle
Revision: 379895

upgpkg: python-selenium 3.14.0-2

Modified:
  python-selenium/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-12 19:35:14 UTC (rev 379894)
+++ PKGBUILD	2018-09-12 19:35:33 UTC (rev 379895)
@@ -4,7 +4,7 @@
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="http://pypi.python.org/pypi/selenium"
@@ -15,13 +15,13 @@
 md5sums=('95833d0da441e44d3d756564bb4ebbe7')
 
 package_python-selenium() {
-  depends=('python')
+  depends=('python' 'python-urllib3')
   cd "$srcdir/selenium-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
 }
 
 package_python2-selenium() {
-  depends=('python2')
+  depends=('python2' 'python2-urllib3')
   cd "$srcdir/selenium-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }



More information about the arch-commits mailing list