Skip to content

Commit

Permalink
Fixes a bug preventing newer packages from being converted with pytho…
Browse files Browse the repository at this point in the history
…n 3.9 and above (#1166)

Updates pkginfo version to 1.12.0 for python 3.9 based builds of the spk-convert-pip package.

Signed-off-by: David Gilligan-Cook <[email protected]>
  • Loading branch information
dcookspi authored Jan 13, 2025
1 parent e211a07 commit 03e6172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/spk-convert-pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 1.10.0 is the last version that supports python 3.7
pkginfo==1.10.0
pkginfo==1.10.0 ; python_version <= "3.7"
# 1.12.0 is required for newer python module package formats
pkginfo==1.12.0 ; python_version >= "3.9"
packaging==20.9
# 0.40.0 latest at time of writing but no implied requirement for exactly this
# version.
Expand Down

0 comments on commit 03e6172

Please sign in to comment.