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: 9d37be21a74a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 443f1a43ef62
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 28, 2019

  1. pythonPackages.pylint: add setuptools

    Previously it was missing a runtime dependency on setuptools:
    
        [kier@saelli:~/checkouts/nixpkgs]$ $(nix-build -A python27Packages.pylint --no-out-link)/bin/pylint
        Traceback (most recent call last):
          File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/bin/.pylint-wrapped", line 6, in <module>
            from pylint import run_pylint
          File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/lib/python2.7/site-packages/pylint/__init__.py", line 11, in <module>
            from .__pkginfo__ import version as __version__
          File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/lib/python2.7/site-packages/pylint/__pkginfo__.py", line 25, in <module>
            from pkg_resources import parse_version
        ImportError: No module named pkg_resources
    
    With this change, the same command now correctly prints pylint's help text.
    
    This only applies to Python 2.
    kierdavis authored and FRidh committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    443f1a4 View commit details
    Browse the repository at this point in the history