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

Jelle van der Waa jelle at archlinux.org
Sun Aug 17 11:52:22 UTC 2014


    Date: Sunday, August 17, 2014 @ 13:52:22
  Author: jelle
Revision: 117473

python/2 dep can be omitted, -six already satisfies this (make felixonmars happy)

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-17 08:40:06 UTC (rev 117472)
+++ PKGBUILD	2014-08-17 11:52:22 UTC (rev 117473)
@@ -24,7 +24,7 @@
 
 package_python-dateutil()
 {
-depends=('python' 'python-six')
+depends=('python-six')
   cd $srcdir/python-dateutil-$pkgver
   python3 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
@@ -37,7 +37,7 @@
 
 package_python2-dateutil()
 {
-depends=('python2' 'python2-six')
+depends=('python2-six')
   cd $srcdir/python2-dateutil-$pkgver
   python2 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE




More information about the arch-commits mailing list