summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrokenpip32021-12-15 00:39:54 +0100
committerbrokenpip32021-12-15 00:39:54 +0100
commit0059c4e4b383df29b2f6a37a413b33aa03c7f0df (patch)
tree8e06b9cd696098fef8daf470a1d6f7db5702c344
parentcf9705b909f8307876ed32478d71cb5a7f2cdc62 (diff)
downloadaur-0059c4e4b383df29b2f6a37a413b33aa03c7f0df.tar.gz
use setuptools instead of distutils
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97b8d6e1f1f5..4bacbfca63a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-pdpyras
pkgver=4.3.0
_name=pdpyras
-pkgrel=1
+pkgrel=2
pkgdesc="Low-level PagerDuty REST API Client in Python"
arch=('any')
url="https://github.com/PagerDuty/pdpyras"
license=('MIT')
depends=('python-requests')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('dd5f010f40b85282d8aabbd6b7aaee4018651667539f45b9055619ac40a5aefe')