summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskydrome2019-06-14 17:48:02 -0400
committerskydrome2019-06-14 17:48:02 -0400
commitd24cd26e9d81dcbdbee974165d84f89af58a85c0 (patch)
treeb65f711042b7498d00ed3a46977d740fb122297a /PKGBUILD
parent2f6dfff7af8f5104fa5f0f11e14fd9ff622fb511 (diff)
downloadaur-d24cd26e9d81dcbdbee974165d84f89af58a85c0.tar.gz
remove argparse dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 737a539b947f..10933dffc782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A fast erasure codec which can be used with the command-line, C, Python
arch=('i686' 'x86_64')
url='https://pypi.python.org/pypi/zfec'
license=('GPL')
-depends=('python2' 'pyutil' 'python2-argparse')
+depends=('python2>=2.7.16' 'pyutil')
source=("https://files.pythonhosted.org/packages/source/z/zfec/zfec-${pkgver}.tar.gz")
sha256sums=('b41bd4b0af9c6b3a78bd6734e1e4511475944164375e6241b53df518a366922b')