Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 750eeb1

Browse files
committed
Add package names for Ubuntu 16.04.
1 parent eb2300a commit 750eeb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/poise_python/python_providers/system.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class System < Base
3333
'~> 6.0' => %w{python3.1 python2.6 python2.5},
3434
},
3535
ubuntu: {
36+
'16.04' => %w{python3.5 python2.7},
3637
'14.04' => %w{python3.4 python2.7},
3738
'12.04' => %w{python3.2 python2.7},
3839
'10.04' => %w{python3.1 python2.6},

0 commit comments

Comments
 (0)