summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-07-23 10:00:28 +0200
committerXiretza2021-07-23 10:00:28 +0200
commitd4613cb1a2d77a69a19b223bd96527c40dc969f1 (patch)
tree65cdf8b019563a2982ce92832da6a5d3169e58b0 /PKGBUILD
parent0c21ba9d5622a89b8e1bef73ff174f49f5d35ea4 (diff)
downloadaur-d4613cb1a2d77a69a19b223bd96527c40dc969f1.tar.gz
Add python to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf33ff9dbc1a..2d0d0d3f68e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname='pyAttributes'
pkgname=python-${_pkgname,,}
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Implementations of .NET-like attributes realized with Python decorators"
arch=(any)
url="https://github.com/Paebbels/pyAttributes"
license=('Apache')
-depends=('python-argcomplete' 'python-pydecor')
+depends=('python' 'python-argcomplete' 'python-pydecor')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")