python-Werkzeug remove replaces

This commit is contained in:
pulux 2015-01-06 10:41:34 +01:00
parent 064413cb4a
commit cb4cdd7a6b
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ pycompile_module="werkzeug"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python"
replaces="python-Werkzeug>=0"
short_desc="The Swiss Army knife of Python web development"
maintainer="Markus Berger <pulux@pf4sh.de>"
homepage="http://werkzeug.pocoo.org"
@ -21,7 +20,6 @@ checksum=7f11e7e2e73eb22677cac1b11113eb6106f66cedef13d140e83cf6563c90b79c
python3.4-Werkzeug_package() {
noarch=yes
depends="python3.4"
replaces="python3.4-Werkzeug>=0"
pycompile_version="3.4"
pycompile_module="werkzeug"
short_desc="${short_desc/Python2/Python3.4}"