Date: Tuesday, January 19, 2021 @ 11:14:34 Author: mtorromeo Revision: 823678
Moved python-setuptools to makedepends Modified: fabric/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-19 11:04:11 UTC (rev 823677) +++ PKGBUILD 2021-01-19 11:14:34 UTC (rev 823678) @@ -4,13 +4,14 @@ pkgname=fabric pkgver=2.5.0 -pkgrel=5 +pkgrel=6 pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol" url="https://www.fabfile.org/" license=('BSD') arch=('any') -depends=('python-setuptools' 'python-paramiko' 'python-invoke') +depends=('python-paramiko' 'python-invoke') optdepends=('python-patchwork: Common deployment/sysadmin operations') +makedepends=('python-setuptools') source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha512sums=('9fb3ceaeca449a39a5f78176b79f296927c17ef1938dc345d6c8954c9ed1547e288a68e5fbfb0be6148bc78940b4efed373257a3b7cba0354b3dad633ccb552f')
