python-icalendar: fix separation of python 2.7/3.4 files
This commit is contained in:
parent
d8aa7cf0fa
commit
9ccbd58c25
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-icalendar'
|
||||
pkgname=python-icalendar
|
||||
version=3.9.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=icalendar-${version}
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -26,7 +26,7 @@ python3.4-icalendar_package() {
|
|||
pycompile_version="3.4"
|
||||
depends="python3.4-dateutil python3.4-pytz"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
post_install() {
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE.rst LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue