python310Packages.pypandoc: switch to pyproject build

This commit is contained in:
Theodore Ni 2023-08-24 14:33:57 -07:00 committed by Yt
parent 8d6f8f8622
commit 9d963635dc

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, pandoc
, pandocfilters
, poetry-core
, pythonOlder
, substituteAll
, texlive
@ -11,6 +12,7 @@
buildPythonPackage rec {
pname = "pypandoc";
version = "1.10";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -30,6 +32,10 @@ buildPythonPackage rec {
./skip-tests.patch
];
nativeBuildInputs = [
poetry-core
];
nativeCheckInputs = [
texlive.combined.scheme-small
pandocfilters