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