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: 24842ace4cb8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b0e36731a8b7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 11, 2019

  1. snscrape: fix startup

    This fixes:
    
    Traceback (most recent call last):
      File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/bin/.snscrape-wrapped", line 11, in <module>
        sys.exit(main())
      File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 218, in main
        args = parse_args()
      File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 154, in parse_args
        import snscrape.version
      File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/version.py", line 1, in <module>
        import pkg_resources
    ModuleNotFoundError: No module named 'pkg_resources'
    
    Related: #68314
    (cherry picked from commit 7e7c98a)
    ivan committed Sep 11, 2019
    Copy the full SHA
    6695173 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68473 from ivan/snscrape-fix-backport

    [19.09] snscrape: fix startup
    worldofpeace committed Sep 11, 2019
    Copy the full SHA
    b0e3673 View commit details
    Browse the repository at this point in the history