fix -tests package spec, should not conflict with py27
This commit is contained in:
parent
71a1943321
commit
fd403c631e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user