summaryrefslogtreecommitdiff
path: root/python-pyinstrument
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-04 20:01:01 +0200
committerErich Eckner <git@eckner.net>2023-05-04 20:01:01 +0200
commit69c997fdccac9d888ba338a5d202a1301826e722 (patch)
tree6aadde3b68b9dfbb5373a339f75813a87438611d /python-pyinstrument
parentf5b522e826a65ee837b918e430d11e8078d30bc9 (diff)
downloadarchlinuxewe-69c997fdccac9d888ba338a5d202a1301826e722.tar.xz
recompile all python packages
Diffstat (limited to 'python-pyinstrument')
-rw-r--r--python-pyinstrument/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pyinstrument/PKGBUILD b/python-pyinstrument/PKGBUILD
index 14e3a2e6c..89cfc7f7a 100644
--- a/python-pyinstrument/PKGBUILD
+++ b/python-pyinstrument/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-pyinstrument
_pkg="${pkgname#python-}"
pkgver=4.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Call stack profiler for Python"
arch=('x86_64')
url="https://github.com/joerick/pyinstrument"
@@ -13,7 +13,7 @@ license=('BSD')
_pinned_dependencies=(
'glibc>=2.36'
)
-depends=('python>=3.11' 'python<3.12' "${_pinned_dependencies[@]}")
+depends=('python>=3.10' 'python<3.11' "${_pinned_dependencies[@]}")
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
# checkdepends=(
# 'python-pytest'