Date: Sunday, July 22, 2018 @ 13:36:48 Author: jelle Revision: 362824
FS#55881 Add missing hard-dep setuptools Modified: httpie/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-22 10:14:52 UTC (rev 362823) +++ PKGBUILD 2018-07-22 13:36:48 UTC (rev 362824) @@ -4,11 +4,10 @@ pkgname=httpie pkgver=0.9.9 -pkgrel=2 +pkgrel=3 pkgdesc="cURL for humans" url="https://github.com/jkbr/httpie" -depends=('python-requests' 'python-pygments') -makedepends=('python-setuptools') +depends=('python-requests' 'python-pygments' 'python-setuptools') conflicts=(python-httpie) replaces=(python-httpie python2-httpie) license=('BSD')
