Skip to content

Commit

Permalink
Workaround for regession in setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
David Auer committed Jun 23, 2022
1 parent ad2e21c commit 159f3c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions com.github.jeromerobert.pdfarranger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ modules:
build-options:
env:
SETUPTOOLS_USE_DISTUTILS: stdlib

# Workaround for regression in setuptools_scm 7.x
# https://github.com/pypa/setuptools_scm/issues/727
# The exact version is not relevant as long as it is > 1.17
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PIKEPDF: 5.1.5

build-commands:
- python3 setup.py install --prefix=${FLATPAK_DEST}
sources:
Expand Down

0 comments on commit 159f3c4

Please sign in to comment.