summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2022-02-05 19:40:14 +1100
committerMatthew Gamble2022-02-05 19:40:14 +1100
commit99b99315c75735c1fdd846c02528c4f2c4b18aa5 (patch)
tree59229d84ca3924232828e735419bba7da30e39a8
parentd802e4c39acad70314e8ae7270383f30a8d89eb0 (diff)
downloadaur-99b99315c75735c1fdd846c02528c4f2c4b18aa5.tar.gz
Add another missing makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbcdf40969b1..f5d71323e5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-birdseye
pkgdesc = Graphical Python debugger which lets you view the values of all evaluated expressions
pkgver = 0.9.3
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/alexmojaki/birdseye
arch = any
license = MIT
makedepends = python-setuptools-scm
+ makedepends = python-wheel
depends = python-littleutils
depends = python-flask-humanize
depends = python-humanize
diff --git a/PKGBUILD b/PKGBUILD
index 4ae53caf46d9..0062f5f13cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-birdseye
pkgver=0.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="Graphical Python debugger which lets you view the values of all evaluated expressions"
url="http://github.com/alexmojaki/birdseye"
depends=(python-littleutils python-flask-humanize python-humanize python-flask-humanize python-cheap_repr python-outdated python-sqlalchemy python-cached-property python-future python-asttokens)
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm' 'python-wheel')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/b/birdseye/birdseye-${pkgver}.tar.gz")