summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor2023-12-06 12:09:06 +0100
committerVictor2023-12-06 12:09:06 +0100
commit470b655ea96b8cd65beed48e97f8f2b2233cdcac (patch)
tree23546472da02b7abce48651e2da34305e088623c /PKGBUILD
parent5af6f8bb2b7aebc8e02c946b2fca96b772189037 (diff)
downloadaur-mathics.tar.gz
Added python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ddd4efaab67..136934527c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mathics
_pkgname=Mathics3
pkgver=6.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A general-purpose computer algebra system."
arch=('any')
url="https://mathics.org/"
@@ -17,7 +17,7 @@ depends=('mathics-scanner' 'python-sympy' 'python-mpmath' 'python-numpy'
'python-palettable' 'python-pint' 'python-dateutil' 'python-llvmlite'
'python-requests' 'cython' 'python-recordclass' 'python-pillow'
'python-scikit-image')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=( 'python-ipywidgets: For Manipulate'
'python-lxml: for HTML parsing used in builtin/fileformats/html'
'python-psutil: SystemMemory and MemoryAvailable'