summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortadly2022-06-23 17:37:29 +0200
committertadly2022-06-23 17:37:29 +0200
commit5d7bcd07c675b412eac8b6e9a5c1370c3be7f761 (patch)
tree6038dbdb5d3fa5757d510b212b65cebd72ab6a6b /PKGBUILD
parentbbc8fe3c357acab624392b112a089c8e04fd1663 (diff)
downloadaur-5d7bcd07c675b412eac8b6e9a5c1370c3be7f761.tar.gz
remove python2-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a3d7da8a9f2..efeef662d6c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Crontab module for read and writing crontab files and accessing the sys
arch=('any')
url='https://pypi.python.org/pypi/python-crontab'
license=('LGPLv3')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('4bbe7e720753a132ca4ca9d4094915f40e9d9dc8a807a4564007651018ce8c31')