Skip to content

Commit

Permalink
fix versioning in egg-info dir
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 1, 2024
1 parent b327768 commit 90d59c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions anda/langs/python/pillow-heif/python3-pillow-heif.spec
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ export PILLOW_HEIF_VERSION=%version
# Native build
%py3_install

# hack…? but how did this even happen in the first place
mv %buildroot%python3_sitearch/pillow_heif-0.0.0-py%python3_version.egg-info %buildroot%python3_sitearch/pillow_heif-%version-py%python3_version.egg-info || true

%check
# Check Python 3 modules
cp %{SOURCE1} $(echo $PWD/build/lib.linux-*)/
Expand Down

0 comments on commit 90d59c4

Please sign in to comment.