summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingMan2022-06-22 22:22:56 +0200
committerLingMan2022-06-22 22:22:56 +0200
commit5cbb73b04dbdb1baaab1f37966795e25047bfde2 (patch)
tree4ced22e563f9548faea8838256bed504fe4f5c80
parent79176442ec83fe5c6767a3798ecdf77762fc3d4c (diff)
downloadaur-5cbb73b04dbdb1baaab1f37966795e25047bfde2.tar.gz
python2-setuptools is only required for building
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d0715d7993..d52798e89510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-twisted
pkgdesc = Asynchronous networking framework written in Python (20.3.0 is the last version supporting Python 2)
pkgver = 20.3.0
- pkgrel = 4
+ pkgrel = 5
url = https://twistedmatrix.com/
arch = x86_64
license = MIT
+ makedepends = python2-setuptools
depends = python-twisted
depends = python2-zope-interface
- depends = python2-setuptools
depends = python2-service-identity
depends = python2-incremental
depends = python2-constantly
@@ -29,4 +29,3 @@ pkgbase = python2-twisted
sha512sums = 72307a0b9165d5f6b31f5563f4f76f9c759349d55f6dcaf43358eab3e8f1b2065e0b12c8ac43f14061ee17cb2d9b27f463bcb9e642750fb8e6e510e403bd2b06
pkgname = python2-twisted
-
diff --git a/PKGBUILD b/PKGBUILD
index ababc77efc2d..d024a38f9019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=python2-twisted
# Do not update. This is the last twisted version supporting Python2.
pkgver=20.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Asynchronous networking framework written in Python (20.3.0 is the last version supporting Python 2)"
arch=('x86_64')
url="https://twistedmatrix.com/"
license=('MIT')
-depends=('python-twisted' 'python2-zope-interface' 'python2-setuptools' 'python2-service-identity'
+depends=('python-twisted' 'python2-zope-interface' 'python2-service-identity'
'python2-incremental' 'python2-constantly' 'python2-automat' 'python2-hyperlink'
'python2-attrs' 'python2-pyhamcrest')
+makedepends=('python2-setuptools')
optdepends=('python2-pyopenssl: for TLS client hostname verification'
'python2-idna: for TLS client hostname verification'
'python2-cryptography: for using conch'