python-Flask remove replaces
This commit is contained in:
parent
cb4cdd7a6b
commit
1a3a013cb3
|
@ -10,7 +10,6 @@ pycompile_module="flask"
|
|||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python python-Jinja2>=2.4 python-Werkzeug>=0.7 python-itsdangerous>=0.21"
|
||||
replaces="python-Flask>=0"
|
||||
short_desc="A microframework based on Werkzeug, Jinja2 and good intentions"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
homepage="http://flask.pocoo.org"
|
||||
|
@ -21,7 +20,6 @@ checksum=4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373
|
|||
python3.4-Flask_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
replaces="python3.4-Flask>=0"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="flask"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in New Issue