CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/04/04 10:38:21
Modified files:
lang/python/3.8: Makefile
lang/python/3.8/pkg: PLIST-main
Log message:
fix 7.0 -> -current update issue (conflict between py3-setuptools and
python-3.8)
-@conflict py3-setuptools-<=57.4.0v0
+@conflict py3-setuptools-<57.4.0p0v0
<= in this case covers 57.4.0v0 *and* any 57.4.0pXXv0 version,
which is not we want. Use < and the specific p0v0 instead.
