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

python: python-digitalocean: fix build #38981

Merged
merged 1 commit into from Apr 16, 2018

Conversation

thorstenweber83
Copy link
Contributor

fix hash and add missing dependency "jsonpickle"

see 886048f#diff-714655688532fd4a33aab2085f266252

Motivation for this change

fix build

Things done
  • [ x ] Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • [ x ] 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/)
  • [ x ] Fits CONTRIBUTING.md.

@FRidh
Copy link
Member

FRidh commented Apr 16, 2018

@GrahamcOfBorg build python3.pkgs.digital-ocean

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python3.pkgs.digital-ocean

Partial log (click to expand)

Installing collected packages: python-digitalocean
Successfully installed python-digitalocean-1.13.2
/build/python-digitalocean-1.13.2
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/rh2ys6w8jamqfgqfy7lzzf4wrshc8yac-python3.6-python-digitalocean-1.13.2
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rh2ys6w8jamqfgqfy7lzzf4wrshc8yac-python3.6-python-digitalocean-1.13.2/lib
patching script interpreter paths in /nix/store/rh2ys6w8jamqfgqfy7lzzf4wrshc8yac-python3.6-python-digitalocean-1.13.2
checking for references to /build in /nix/store/rh2ys6w8jamqfgqfy7lzzf4wrshc8yac-python3.6-python-digitalocean-1.13.2...
/nix/store/rh2ys6w8jamqfgqfy7lzzf4wrshc8yac-python3.6-python-digitalocean-1.13.2

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python3.pkgs.digital-ocean

Partial log (click to expand)

Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /nix/store/m1xlflv6vhic2949x6r3rg0k3m074pf8-python3.6-chardet-3.0.4/lib/python3.6/site-packages (from requests->python-digitalocean==1.13.2)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /nix/store/m1ap5fbd0vpyr58v7cdkqnygmffadfb5-python3.6-urllib3-1.22/lib/python3.6/site-packages (from requests->python-digitalocean==1.13.2)
Installing collected packages: python-digitalocean
Successfully installed python-digitalocean-1.13.2
/private/tmp/nix-build-python3.6-python-digitalocean-1.13.2.drv-0/python-digitalocean-1.13.2
post-installation fixup
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/8c8m6mjnizjmy70jw5baxwdk5n81fjkf-python3.6-python-digitalocean-1.13.2/lib
patching script interpreter paths in /nix/store/8c8m6mjnizjmy70jw5baxwdk5n81fjkf-python3.6-python-digitalocean-1.13.2
/nix/store/8c8m6mjnizjmy70jw5baxwdk5n81fjkf-python3.6-python-digitalocean-1.13.2

@FRidh FRidh merged commit 908657a into NixOS:master Apr 16, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python3.pkgs.digital-ocean

Partial log (click to expand)

copying path '/nix/store/x309v15sjl8wyjk97v4n04pl4fx1ch8z-python3.6-pysocks-1.6.6' from 'https://cache.nixos.org'...
copying path '/nix/store/fipj77vaynv5h3dkwk4cwafj9znghs8p-python3.6-cffi-1.11.5-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/3a9acclvg9vjm62dv9cwjz3i8jmzaaic-python3.6-six-1.11.0' from 'https://cache.nixos.org'...
copying path '/nix/store/02j2xbb2lq3sk5azchqz8rh4c2rxybs3-python3.6-packaging-17.1' from 'https://cache.nixos.org'...
copying path '/nix/store/xccdpmzyz4yw7wwp41flgwsasa6wz6j1-python3.6-cryptography-2.2.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/ail234087c4l25jh4n75x7pw51vychsc-python3.6-pyOpenSSL-17.5.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/h9wqi67rw7p3kz2rvm4is4l5w6splmgi-python3.6-urllib3-1.22' from 'https://cache.nixos.org'...
copying path '/nix/store/yrbwn8nzn96pn71sjy846w9d472klrxl-python3.6-requests-2.18.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/4hlnv5r3z0dk3w2hsx4jnksdijhdl07y-python3.6-python-digitalocean-1.13.2' from 'https://cache.nixos.org'...
/nix/store/4hlnv5r3z0dk3w2hsx4jnksdijhdl07y-python3.6-python-digitalocean-1.13.2

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