We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62c624 commit 3557772Copy full SHA for 3557772
1 file changed
Modulefile
@@ -2,8 +2,10 @@ name 'stankevich-python'
2
version '1.7.8'
3
source 'git://github.com/stankevich/puppet-python.git'
4
author 'stankevich'
5
-license 'Apache 2.0'
+license 'Apache License, Version 2.0'
6
summary 'Python Module'
7
description 'Puppet module for Python'
8
project_page 'https://github.com/stankevich/puppet-python'
9
-dependency 'puppetlabs/stdlib', '>= 3.2.0'
+
10
+# Add dependencies, if any:
11
+dependency 'puppetlabs/stdlib', '>= 3.x'
0 commit comments