1. 26 Feb, 2021 1 commit
    • Jérome Perrin's avatar
      *: fix missing setup_requires · 19c873f2
      Jérome Perrin authored
      buildout has no knowledge of setup_requires, when installing a package with
      setup_requires, setuptools will fetch the package from pypi and install its latest
      version, regardless of buildout's versions or allow-picked-versions options, that
      are critical for us to ensure repeatability.
      
      These patches were produced by running buildout with a modified setuptools version which does not install setup_requires ( jerome/setuptools@54f42c38 ) and by modifying the profiles to use setup-eggs option in all the sections installing packages using setup_requires.
      
      See merge request !912
      19c873f2
  2. 25 Feb, 2021 8 commits
  3. 24 Feb, 2021 4 commits
  4. 22 Feb, 2021 14 commits
  5. 19 Feb, 2021 1 commit
  6. 18 Feb, 2021 12 commits