diff options
author | Jack Hill <jackhill@jackhill.us> | 2023-11-03 12:22:49 -0400 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2023-11-04 19:05:28 +0800 |
commit | 9dcd8802f5bc472579f23a38dcf437f8a9ac976c (patch) | |
tree | 2d7e55d0ff44cfeff11fee3c3537cbe3ceaa2efe /gnu/packages | |
parent | 33644303a1889477fd53287ed1042201a8fd262f (diff) |
gnu: python-pikepdf: Fix embedded version string.
* gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.
Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6001e7e6eb..e521c1580d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8726,6 +8726,7 @@ retrieve text and metadata from PDFs as well as merge entire files together.") python-attrs python-coverage python-hypothesis + python-setuptools-scm python-psutil python-pytest python-pytest-cov |