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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Jan 16 18:14:30 UTC 2021


    Date: Saturday, January 16, 2021 @ 18:14:30
  Author: yan12125
Revision: 821171

upgpkg: python-autobahn 20.12.3-2; move setuptools to makedepends

Strictly speaking, autobahn *does* use setuptools - autobahn.xbr imports pkg_resources.
However, the xbr module cannot be imported only by installing this package as many of its
dependencies are not packaged, so dropping setuptools from depends anyway.

Ref: https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 17:32:46 UTC (rev 821170)
+++ PKGBUILD	2021-01-16 18:14:30 UTC (rev 821171)
@@ -4,16 +4,16 @@
 
 pkgname=python-autobahn
 pkgver=20.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
 license=(MIT)
 depends=(python-cffi python-twisted python-txaio python-wsaccel
-         python-setuptools python-cryptography)
+         python-cryptography)
 makedepends=(python-argon2_cffi python-cbor python-flatbuffers
              python-msgpack python-passlib python-pynacl python-pytrie
-             python-ubjson)
+             python-setuptools python-ubjson)
 checkdepends=(python-pytest python-pytest-asyncio)
 optdepends=(
   'python-cbor: CBOR serializer support'



More information about the arch-commits mailing list