Skip to content
Snippets Groups Projects
Verified Commit 865f2a38 authored by alice's avatar alice
Browse files

community/py3-build: add missing py3-packaging dependency

parent d7b2d67a
No related merge requests found
......@@ -3,15 +3,14 @@
pkgname=py3-build
_pkgname=build
pkgver=0.7.0
pkgrel=1
pkgrel=2
pkgdesc="Correct PEP517 package builder"
url="https://github.com/pypa/build"
arch="noarch"
license="MIT"
depends="python3"
depends="python3 py3-packaging py3-pep517"
# Test suite is not shipped at the moment
options="!check"
depends="py3-pep517"
makedepends="py3-setuptools py3-wheel"
source="https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment