You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
py-jaraco.context: add missing dependency to py-backports.tarfile
This commit is contained in:
@@ -5,7 +5,7 @@ PortGroup python 1.0
|
||||
|
||||
name py-jaraco.context
|
||||
version 6.0.1
|
||||
revision 0
|
||||
revision 1
|
||||
|
||||
categories-append devel
|
||||
supported_archs noarch
|
||||
@@ -29,4 +29,8 @@ python.versions 39 310 311 312 313
|
||||
if {${name} ne ${subport}} {
|
||||
depends_build-append \
|
||||
port:py${python.version}-setuptools_scm
|
||||
|
||||
if {${python.version} < 312} {
|
||||
depends_lib-append port:py${python.version}-backports.tarfile
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user