1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-26 03:34:35 +02:00
fpm/spec
Jordan Sissel c1930fc465 Try to find the right python executable. Also don't require easy_install anymore.
As part of making "internal pip" the default (#1820), the test suite
needed two main changes:
1) Don't check for easy_install anymore
2) Try to find the right python executable.

On my Ubuntu 20.04 system, installing Python gives Python v3 which only
makes the "python3" executable available. To compensate, the test suite
now tries to find any of "python", "python2", or "python3" to use with
the test suite. When found, it will set the appropriate `--python-bin`
flag in fpm for each test.

For #1820
2021-11-09 21:29:41 -08:00
..
acceptance/puppet/manifests Start work for acceptance tests. 2016-05-23 11:28:51 -07:00
conversion Allow versions in Provides field for Debian packages 2021-07-06 14:25:06 -07:00
fixtures By default, use pip for fetching and installing python packages. 2021-11-09 21:29:41 -08:00
fpm Try to find the right python executable. Also don't require easy_install anymore. 2021-11-09 21:29:41 -08:00
spec_setup.rb Added ruby 2.5 to the build matrix (#1532) 2018-10-15 21:14:04 -07:00