diff options
author | adam <adam@pkgsrc.org> | 2017-10-09 06:21:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-09 06:21:39 +0000 |
commit | 4d782386379d7d3a507fc5b63f8dcad98186aa7d (patch) | |
tree | ecd447ba6b6725ec45c5421cb7f33f24de2c38f2 /security | |
parent | 56770b900f92cff38fd00a10a2ee2b449adb3156 (diff) | |
download | pkgsrc-4d782386379d7d3a507fc5b63f8dcad98186aa7d.tar.gz |
Fixed: PLIST is different for Python 2.x and 3.x
Diffstat (limited to 'security')
-rw-r--r-- | security/py-bcrypt/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-bcrypt/PLIST b/security/py-bcrypt/PLIST index 12b2a1f0c62..be4f593a00c 100644 --- a/security/py-bcrypt/PLIST +++ b/security/py-bcrypt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/10/08 08:58:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/10/09 06:21:39 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -11,4 +11,5 @@ ${PYSITELIB}/bcrypt/__about__.pyo ${PYSITELIB}/bcrypt/__init__.py ${PYSITELIB}/bcrypt/__init__.pyc ${PYSITELIB}/bcrypt/__init__.pyo -${PYSITELIB}/bcrypt/_bcrypt.abi3.so +${PLIST.py2x}${PYSITELIB}/bcrypt/_bcrypt.so +${PLIST.py3x}${PYSITELIB}/bcrypt/_bcrypt.abi3.so |