Date: Sunday, January 1, 2023 @ 15:55:46 Author: jelle Revision: 1372781
upgpkg: python-distro 1.8.0-2: Drop python-setuptools as dependency Modified: python-distro/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-01 15:54:44 UTC (rev 1372780) +++ PKGBUILD 2023-01-01 15:55:46 UTC (rev 1372781) @@ -3,13 +3,13 @@ pkgname=python-distro pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc='Linux OS platform information API' url='https://github.com/python-distro/distro' arch=('any') license=('Apache') -depends=('python' 'python-setuptools') -makedepends=('python-sphinx' 'python-build' 'python-installer' 'python-wheel') +depends=('python') +makedepends=('python-sphinx' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools') checkdepends=('python-pytest') options=('!makeflags') source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
