py-aes: fix for python 2.7
This commit is contained in:
parent
8190974dcb
commit
9a08783f9b
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:48:30 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.3 2022/01/10 20:25:12 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}/pyaes/__init__.py
|
||||
${PYSITELIB}/pyaes/__init__.pyc
|
||||
${PYSITELIB}/pyaes/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue