fix -tests package spec, should not conflict with py27

This commit is contained in:
sthen 2022-11-26 20:04:23 +00:00
parent 71a1943321
commit fd403c631e
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ SHARED_LIBS = python3.10 0.0
VERSION_SPEC = >=3.10,<3.11
PORTROACH = limit:^3\.10
REVISION = 3
REVISION-tests = 4
# -tkinter in 7.2-stable must be kept a higher version than 7.1-stable
# due to dep changes (Tcl/Tk 8.5 -> 8.6); 7.2-current must be kept at same

View File

@ -1,7 +1,7 @@
@option no-default-conflict
@option is-branch
@conflict python-tests-${VERSION_SPEC}
@conflict python-<3.10.4p2
@conflict python->=3.10,<3.10.4p2
lib/python3.10/ctypes/test/
lib/python3.10/ctypes/test/__init__.py
lib/python3.10/ctypes/test/__main__.py