Skip to content

Commit

Permalink
py-wheel: one more fix for py36 subport
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Nov 8, 2022
1 parent 9a53dd8 commit a0401a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/py-wheel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ if {${name} ne ${subport}} {
}

if {${python.version} == 36} {
python.pep517 yes
depends_build-append port:py${python.version}-importlib-resources
}

if {${python.version} > 36} {
if {${python.version} >= 36} {
python.pep517 yes
# break circular dependency with py-build
python.add_dependencies no
Expand Down

0 comments on commit a0401a9

Please sign in to comment.