Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1b6e225f63c2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1504df58e2b6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 31, 2020

  1. vcstool: 0.1.36 -> 0.2.7

    r-ryantm authored and Jon committed Mar 31, 2020
    Copy the full SHA
    aa6c79d View commit details
    Browse the repository at this point in the history
  2. vcstools: fix dependencies

    missing setuptools
    
    ```
    $ ./results/vcstool/bin/vcs --help
    Traceback (most recent call last):
      File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/bin/.vcs-wrapped", line 6, in <module>
        from vcstool.commands.vcs import main
      File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/lib/python3.7/site-packages/vcstool/commands/vcs.py", line 5, in <module>
        from vcstool.commands.help import get_entrypoint
      File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/lib/python3.7/site-packages/vcstool/commands/help.py", line 6, in <module>
        from pkg_resources import load_entry_point
    ModuleNotFoundError: No module named 'pkg_resources'
    ```
    Jon committed Mar 31, 2020
    Copy the full SHA
    1504df5 View commit details
    Browse the repository at this point in the history