puppet: add ruby-semantic_puppet dependency and remove ruby version dep

This commit is contained in:
eater 2019-01-24 23:58:01 +01:00 committed by maxice8
parent 1f346c88ef
commit 3a1bff77c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'puppet'
pkgname=puppet
version=6.1.0
revision=1
revision=2
noarch=yes
build_style=ruby-module
hostmakedepends="ruby facter-devel hiera"
makedepends="facter-devel"
depends="ruby>=2.2 facter hiera"
depends="ruby facter hiera ruby-semantic_puppet"
short_desc="Server automation framework and application"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="Apache-2.0"