Unverified Commit a74ebf3f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.thriftpy2: apply upstream patch to remove toml dep (#443318)

parents bc346c50 19da8779
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildPythonPackage,
  cython,
  fetchFromGitHub,
  fetchpatch,
  ply,
  pythonOlder,
  six,
@@ -24,6 +25,12 @@ buildPythonPackage rec {
    hash = "sha256-idUKqpyRj8lq9Aq6vEEeYEawzRPOdNsySnkgfhwPtMc=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/Thriftpy/thriftpy2/commit/0127d259eb4b96acb060cd158ca709f0597b148c.patch";
      sha256 = "sha256-UBcbd8NTkPyko1s9jTjKlQ7HprwtyOZS0m66u1CPH3A=";
    })
  ];
  build-system = [ setuptools ];

  nativeBuildInputs = [ cython ];