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: 5d775b153a1a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2cbb2590aa09
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 11, 2019

  1. internetarchive: Provide setuptools at runtime

    Since commit f7e28bf ("Split
    buildPythonPackage into setup hooks"), the `ia` command provided by this
    package has crashed with the error:
    
        Traceback (most recent call last):
          File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/bin/.ia-wrapped", line 7, in <module>
            from internetarchive.cli.ia import main
          File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/__init__.py", line 27, in <module>
            from internetarchive.cli import ia, ia_configure, ia_delete, ia_download, ia_list, \
          File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/ia.py", line 60, in <module>
            from pkg_resources import iter_entry_points, DistributionNotFound
        ModuleNotFoundError: No module named 'pkg_resources'
    
    This commit fixes that by adding `setuptools` (which contains the
    'pkg_resources' module) to `propagatedBuildInputs`.
    mat8913 authored and Matthieu Coudron committed Dec 11, 2019
    Copy the full SHA
    2cbb259 View commit details
    Browse the repository at this point in the history