Skip to content
Snippets Groups Projects
Commit a16e0205 authored by Luca Weiss's avatar Luca Weiss Committed by Francesco Colista
Browse files

main/py3-bcrypt: add missing dependencies

parent ee0f0c39
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
pkgname=py3-bcrypt pkgname=py3-bcrypt
_pkgname=bcrypt _pkgname=bcrypt
pkgver=3.2.0 pkgver=3.2.0
pkgrel=1 pkgrel=2
pkgdesc="Modern password hashing for your software and your servers" pkgdesc="Modern password hashing for your software and your servers"
url="https://github.com/pyca/bcrypt" url="https://github.com/pyca/bcrypt"
arch="all" arch="all"
license="Apache-2.0" license="Apache-2.0"
depends="py3-six py3-cffi"
makedepends="python3-dev py3-setuptools py3-cparser libffi-dev" makedepends="python3-dev py3-setuptools py3-cparser libffi-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/pyca/$_pkgname/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/pyca/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" 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