Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commit021779c

Browse files
committed
update to yum3 yum-epel cook
1 parent4920ddd commit021779c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version"1.4.5"
77

88
depends"build-essential"
9-
depends"yum"
9+
depends"yum-epel"
1010

1111
recipe"python","Installs python, pip, and virtualenv"
1212
recipe"python::package","Installs python using packages."

‎recipes/package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# COOK-1016 Handle RHEL/CentOS namings of python packages, by installing EPEL
2424
# repo & package
2525
ifplatform_family?('rhel') &&major_version <6
26-
include_recipe'yum::epel'
26+
include_recipe'yum-epel'
2727
python_pkgs=["python26","python26-devel"]
2828
node.default['python']['binary']="/usr/bin/python26"
2929
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp