summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Holbrook2020-04-26 21:49:45 -0400
committerJoshua Holbrook2020-04-26 21:51:15 -0400
commit3c713467ceb7a8bd175f3ce54f270f63b8cbd205 (patch)
treedf1b85cd11a305f474e3e5f29421d3c86dd05d46 /PKGBUILD
parent14302c278f02756c8426ef6fb70908ae34322096 (diff)
downloadaur-3c713467ceb7a8bd175f3ce54f270f63b8cbd205.tar.gz
feat(python-pyee): Add wheel and pip to build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11abd9c24c98..e9d2bad4af9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-pyee
pkgver=7.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A port of node.js's EventEmitter to python."
arch=('any')
url="https://github.com/jfhbrook/pyee"
license=('MIT')
-depends=('python')
+depends=('python' 'python-wheel' 'python-pip')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/p/pyee/pyee-$pkgver.tar.gz")
sha256sums=('b0e5b89b17c8bd52a3c6517a545187907a8c69ce90169d29ebd8d2d5d7e4bc7d')