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

Evangelos Foutras foutrelis at archlinux.org
Thu Jul 26 14:11:09 UTC 2018


    Date: Thursday, July 26, 2018 @ 14:11:08
  Author: foutrelis
Revision: 329566

upgpkg: twisted 18.7.0-2

Fix python2-twisted's deps incorrectly listing Python 3 packages (FS#59457).

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 11:56:22 UTC (rev 329565)
+++ PKGBUILD	2018-07-26 14:11:08 UTC (rev 329566)
@@ -8,7 +8,7 @@
 pkgname=(python-twisted python2-twisted)
 pkgver=18.7.0
 _commit=ee535041258e7ef0b3223d2e12cd9aaa0bc2289f
-pkgrel=1
+pkgrel=2
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('x86_64')
 url="https://twistedmatrix.com/"
@@ -85,7 +85,7 @@
 
 package_python2-twisted() {
   depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 'python2-automat'
-           'python2-hyperlink' 'python-attrs' 'python-pyhamcrest')
+           'python2-hyperlink' 'python2-attrs' 'python2-pyhamcrest')
   optdepends=('python2-pyopenssl: for TLS client hostname verification'
               'python2-service-identity: for TLS client hostname verification'
               'python2-idna: for TLS client hostname verification'



More information about the arch-commits mailing list