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: ca11e5acfaed
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a47d34cebe37
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 3, 2018

  1. pythonPackages.jira: fix build (#41419)

    The build for `pythonPackages.jira` failed with the following error:
    
    ```
    Download error on https://pypi.python.org/simple/sphinx/: [Errno -2] Name or service not known -- Some packages may not be found!
    Couldn't find index page for 'sphinx' (maybe misspelled?)
    Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
    No local packages or working download links found for sphinx>=1.6.5
    Traceback (most recent call last):
      ...
      File "/nix/store/bp4dillg6xxblpf00v8d9nxfx3bnggfy-python3.6-bootstrapped-pip-10.0.1/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 667, in easy_install
        raise DistutilsError(msg)
    distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('sphinx>=1.6.5')
    builder for '/nix/store/8dv7mpspyk6kxwnzqb43rzm4q5j14xp0-python3.6-jira-1.0.15.drv' failed with exit code 1
    ```
    
    The root issue is most likely caused by some docs fixes upstream
    (pycontribs/jira@519183d)
    which were released in 1.0.15. The bump (without the fix) has been
    performed in 7a6bf66. Since `sphinx`
    isn't needed during runtime, it's not necessary to use it as
    `propagatedBuildInput`. In order to work around this the dependency had
    to be removed from from `setup.py`.
    
    See https://hydra.nixos.org/build/75004048 for further reference
    Ma27 authored and xeji committed Jun 3, 2018
    Copy the full SHA
    a47d34c View commit details
    Browse the repository at this point in the history