summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-21 13:50:51 -0500
committerCarlos Aznarán Laos2023-05-21 13:50:51 -0500
commit6f413614946963bd2c03994808b38041dbcb39bc (patch)
tree960bd7415f567a5b5bc5f4a47f42deee07b34668
parenta9962d6e3d1b50aa0b555e5e28122308991a0911 (diff)
downloadaur-6f413614946963bd2c03994808b38041dbcb39bc.tar.gz
Add python dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 180de9b574b4..eeb690f37f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = python-quicktions
makedepends = python-setuptools
makedepends = python-wheel
makedepends = cython
+ depends = python
depends = glibc
source = quicktions-1.14.tar.gz::https://github.com/scoder/quicktions/archive/1.14.tar.gz
sha512sums = e3fc652919b1eb95783d7860ba2481238b72e86ecc71ab5431fde4ec9e51d281d66f2f5f97d5b42089dde384b04bf92eea2edca859ce680cf16483224b7c0513
diff --git a/PKGBUILD b/PKGBUILD
index 83662051b58d..d59582f7deb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Fast fractions data type for rational numbers"
arch=(x86_64)
url="https://github.com/scoder/${_base}"
license=(Python)
-depends=(glibc)
+depends=(python glibc)
makedepends=(python-build python-installer python-setuptools python-wheel cython)
# checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)