mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python-Flask-Assets: add python-webassets dep.
This commit is contained in:
parent
3cbf367471
commit
25ef6decaf
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-Flask-Assets'
|
# Template file for 'python-Flask-Assets'
|
||||||
pkgname=python-Flask-Assets
|
pkgname=python-Flask-Assets
|
||||||
version=0.10
|
version=0.10
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="flask_assets"
|
pycompile_module="flask_assets"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-Flask"
|
depends="python-Flask python-webassets"
|
||||||
short_desc="Asset management for Flask (Python2)"
|
short_desc="Asset management for Flask (Python2)"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue