Skip to content

Commit 7c4d46b

Browse files
David Auerdreua
David Auer
authored andcommitted
Workaround for regession in setuptools_scm
1 parent 9fa755a commit 7c4d46b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

com.github.jeromerobert.pdfarranger.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ modules:
5050
build-options:
5151
env:
5252
SETUPTOOLS_USE_DISTUTILS: stdlib
53+
54+
# Workaround for regression in setuptools_scm 7.x
55+
# https://github.com/pypa/setuptools_scm/issues/727
56+
# The exact version is not relevant as long as it is > 1.17
57+
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PIKEPDF: 5.1.5
58+
5359
build-commands:
5460
- python3 setup.py install --prefix=${FLATPAK_DEST}
5561
sources:

0 commit comments

Comments
 (0)