python3-Flask-User: specify all python3 hostmakedepends
This commit is contained in:
parent
24d0f904e3
commit
0cb6daefa3
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-Flask-User'
|
||||
pkgname=python3-Flask-User
|
||||
version=1.0.2.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Flask python3-Flask-Login python3-Flask-WTF python3-Flask-SQLAlchemy python3-Flask-Mail python3-Flask-Babel"
|
||||
hostmakedepends="python3-setuptools python3-Flask-Login"
|
||||
depends="python3-Flask python3-Flask-Login python3-Flask-WTF
|
||||
python3-Flask-SQLAlchemy python3-Flask-Mail python3-Flask-Babel"
|
||||
short_desc="User session management for Flask (Python3)"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue