pelican: fix rdeps: s/-devel//g
This commit is contained in:
parent
2ee8ff128a
commit
0ec11741c5
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'pelican'
|
# Template file for 'pelican'
|
||||||
pkgname=pelican
|
pkgname=pelican
|
||||||
version=3.4.0
|
version=3.4.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel python-feedgenerator python-jinja python-Pygments
|
makedepends="python-devel python-feedgenerator python-jinja python-Pygments
|
||||||
python-docutils python-pytz python-blinker python-Unidecode python-six
|
python-docutils python-pytz python-blinker python-Unidecode python-six
|
||||||
python-dateutil"
|
python-dateutil"
|
||||||
depends="${makedepends}"
|
depends="${makedepends//-devel/}"
|
||||||
pycompile_module="pelican"
|
pycompile_module="pelican"
|
||||||
short_desc="Static site generator, written in Python"
|
short_desc="Static site generator, written in Python"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue