add missing build dependency
This commit is contained in:
parent
70822f4cca
commit
0b5069d996
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,12 +1,13 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2022.9.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-wheel
|
||||
depends = python>=3.7
|
||||
depends = python-iso3166
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,12 +2,12 @@
|
|||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2022.9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
license=('MIT')
|
||||
makedepends=(python-build python-installer python-wheel)
|
||||
makedepends=(python-build python-installer python-setuptools-scm python-wheel)
|
||||
depends=('python>=3.7' python-iso3166 python-pycountry)
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||
sha256sums=('ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620')
|
||||
|
|
Loading…
Add table
Reference in a new issue