Date: Sunday, April 9, 2023 @ 03:58:05
  Author: felixonmars
Revision: 1443064

upgpkg: python-netaddr 0.8.0-6: rebuild with python 3.11

Modified:
  python-netaddr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 03:56:11 UTC (rev 1443063)
+++ PKGBUILD    2023-04-09 03:58:05 UTC (rev 1443064)
@@ -5,13 +5,13 @@
 pkgname=python-netaddr
 _pyname=netaddr
 pkgver=0.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Pure Python network address representation and manipulation library'
 url='https://github.com/drkjam/netaddr'
 arch=('any')
 license=('BSD')
 depends=('python')
-makedepends=('python-sphinx')
+makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('python-pytest' 'python-pytest-cov')
 optdepends=('ipython: netaddr interractive command support')
 options=('!makeflags')

Reply via email to