guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-pikepdf: Fix embedded version string.


From: guix-commits
Subject: 02/02: gnu: python-pikepdf: Fix embedded version string.
Date: Sat, 4 Nov 2023 07:11:10 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 9dcd8802f5bc472579f23a38dcf437f8a9ac976c
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Fri Nov 3 12:22:49 2023 -0400

    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
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]