From afd37e9b6ffbb80422f78f4397f84eaba18cba29 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 Jun 2020 14:17:53 +0200 Subject: build-support/python-setuptools-bootstrap: fix typo --- build-support/python-setuptools-bootstrap/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/build-support/python-setuptools-bootstrap/PKGBUILD b/build-support/python-setuptools-bootstrap/PKGBUILD index 6107bf06..5f655ea5 100644 --- a/build-support/python-setuptools-bootstrap/PKGBUILD +++ b/build-support/python-setuptools-bootstrap/PKGBUILD @@ -47,6 +47,7 @@ build() { cd "$srcdir"/setuptools-$pkgver python bootstrap.py python setup.py build +} package() { depends=("${_deps[@]/#/python-}") -- cgit v1.2.3