Unverified Commit 07075d95 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.mastodon-py: patch to use graphemeu (#491118)

parents 5431dfb4 2f293532
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  blurhash,
  cryptography,
  decorator,
  fetchpatch,
  graphemeu,
  http-ece,
  python-dateutil,
@@ -30,6 +31,14 @@ buildPythonPackage rec {
    hash = "sha256-i3HMT8cabSl664UK3eopJQ9bDBpGCgbHTvBJkgeoxd8=";
  };

  patches = [
    # Switch dependency from unmaintained `grapheme` to `graphemeu`
    (fetchpatch {
      url = "https://github.com/halcy/Mastodon.py/commit/939c7508414e950922c518260a9ba5a5853aeef2.patch";
      hash = "sha256-XBiAFxYUBNyynld++UwPGIIg9j+3/EF2jGqiysVqYRM=";
    })
  ];

  build-system = [ setuptools ];

  dependencies = [