Skip to content

Commit

Permalink
Use python3-distutils rather than python-wheel
Browse files Browse the repository at this point in the history
Looks like this package uses distutils rather than wheel.  Not 100% sure
what the practical difference is, other than different build commands,
but the whole point of cygport having cygclasses is so I don't need to
worry about it :)
  • Loading branch information
me-and committed Oct 24, 2023
1 parent 6fdb961 commit af3a698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-rfc6555.cygport
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit python-wheel
inherit python3-distutils

NAME=python-rfc6555
VERSION=0.1.0
Expand Down

0 comments on commit af3a698

Please sign in to comment.