py-crcmod: fix for python 2.7
This commit is contained in:
parent
a1fc4072c1
commit
4b5b308a7f
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:00:02 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:30:55 wiz Exp $
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/crcmod/__init__.py
|
||||
${PYSITELIB}/crcmod/__init__.pyc
|
||||
${PYSITELIB}/crcmod/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue