diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ pkgname='python-streaming-form-data' _name=${pkgname#python-} pkgver=1.16.0 -pkgrel=2 +pkgrel=3 pkgdesc="Streaming multipart/form-data parser" arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/siddhantgoel/streaming-form-data" license=('custom:MIT') -makedepends=('python-build' 'python-installer' 'python-wheel') +makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') depends=('python-smart_open') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('cd95cde7a1e362c0f2b6e8bf2bcaf7339df1d4727b06de29968d010fcbbb9f5c') |