Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonPackages.pg8000: fix build #52759

Merged
merged 1 commit into from Dec 24, 2018
Merged

Conversation

Izorkin
Copy link
Contributor

@Izorkin Izorkin commented Dec 24, 2018

Motivation for this change

Fix error:

builder for '/nix/store/l9z1mns0jngdsjhcv19ws1id5c46z51m-python2.7-pg8000-1.12.3.drv' failed with exit code 1; last 10 log lines:
  adding 'pg8000-1.12.3.dist-info/WHEEL'
  adding 'pg8000-1.12.3.dist-info/top_level.txt'
  adding 'pg8000-1.12.3.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  installing
  /build/pg8000-1.12.3/dist /build/pg8000-1.12.3
  Processing ./pg8000-1.12.3-py2.py3-none-any.whl
  Collecting six>=1.10.0 (from pg8000==1.12.3)
    Could not find a version that satisfies the requirement six>=1.10.0 (from pg8000==1.12.3) (from versions: )
  No matching distribution found for six>=1.10.0 (from pg8000==1.12.3)
[0 built (1 failed), 0.0 MiB DL]
error: build of '/nix/store/l9z1mns0jngdsjhcv19ws1id5c46z51m-python2.7-pg8000-1.12.3.drv' failed

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Ma27
Copy link
Member

Ma27 commented Dec 24, 2018

@GrahamcOfBorg build pythonPackages.pg8000 python3Packages.pg8000

@Ma27 Ma27 merged commit 0e19695 into NixOS:master Dec 24, 2018
@Ma27
Copy link
Member

Ma27 commented Dec 24, 2018

@Izorkin thanks!

@Izorkin Izorkin deleted the pythonPackages.pg8000 branch December 24, 2018 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants