perl-DateTime-TimeZone: fix circular dependency with perl-DateTime (#8946)

See [my comment](9a55c01473 (commitcomment-25435323)).
This commit is contained in:
svenper 2017-11-06 21:43:20 +01:00 committed by Juan RP
parent 648b19409a
commit d3d2ee023f
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'perl-DateTime-TimeZone' # Template file for 'perl-DateTime-TimeZone'
pkgname=perl-DateTime-TimeZone pkgname=perl-DateTime-TimeZone
version=2.15 version=2.15
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="${pkgname/perl-/}-${version}" wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
depends="perl-Class-Singleton perl-Module-Runtime perl-Params-ValidationCompiler perl-Try-Tiny depends="perl-Class-Singleton perl-Module-Runtime perl-Params-ValidationCompiler perl-Try-Tiny
perl-Specio perl-namespace-autoclean perl-DateTime" perl-Specio perl-namespace-autoclean"
short_desc="Time zone object base class and factory" short_desc="Time zone object base class and factory"
maintainer="John Regan <john@jrjrtech.com>" maintainer="John Regan <john@jrjrtech.com>"
homepage="http://search.cpan.org/dist/DateTime-TimeZone" homepage="http://search.cpan.org/dist/DateTime-TimeZone"