[arch-commits] Commit in python2-trollius/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue May 31 08:41:39 UTC 2016


    Date: Tuesday, May 31, 2016 @ 10:41:38
  Author: svenstaro
Revision: 177506

upgpkg: python2-trollius 2.1-2

Add python2-six to deps

Modified:
  python2-trollius/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-31 08:40:32 UTC (rev 177505)
+++ PKGBUILD	2016-05-31 08:41:38 UTC (rev 177506)
@@ -3,12 +3,12 @@
 pkgname=python2-trollius
 _realname=trollius
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
 arch=("any")
 url="http://trollius.readthedocs.org/"
 license=('APACHE')
-depends=('python2' 'python2-futures')
+depends=('python2' 'python2-futures' 'python2-six')
 optdepends=('python2-unittest2: to pass trollius unit tests')
 source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz")
 md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')



More information about the arch-commits mailing list