python37: Skip __pycache__ files seen in macOS build too.
This commit is contained in:
parent
1e7fa9a044
commit
aac32eaad2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.35 2022/07/25 10:04:35 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2022/07/29 20:37:48 jperkin Exp $
|
||||
|
||||
.include "dist.mk"
|
||||
|
||||
|
@ -193,6 +193,7 @@ INSTALLATION_DIRS+= lib/python${PY_VER_SUFFIX}/site-packages
|
|||
|
||||
# PKG_CONFIG_LIBDIR references to BUILDLINK_DIR
|
||||
CHECK_WRKREF_SKIP+= lib/python${PY_VER_SUFFIX}/_sysconfigdata*
|
||||
CHECK_WRKREF_SKIP+= lib/python${PY_VER_SUFFIX}/__pycache__/_sysconfigdata*
|
||||
CHECK_WRKREF_SKIP+= lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Makefile
|
||||
|
||||
pre-install: setuptools-preinstall
|
||||
|
|
Loading…
Reference in a new issue