Don't suppress egg-info file, so that programs that use requires to
find the Python package contained in this distribution will work.
This commit is contained in:
parent
2df45cab87
commit
d912f24231
2 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.20 2010/07/19 16:46:48 ver Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2010/07/23 21:09:51 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyOpenSSL-0.10
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/pyOpenSSL/
|
||||
|
||||
|
@ -13,6 +14,7 @@ COMMENT= Python interface to the OpenSSL library
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PY_NO_EGG= no
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2010/07/19 16:46:48 ver Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2010/07/23 21:09:51 gdt Exp $
|
||||
${PYSITELIB}/OpenSSL/SSL.so
|
||||
${PYSITELIB}/OpenSSL/__init__.py
|
||||
${PYSITELIB}/OpenSSL/__init__.pyc
|
||||
|
@ -26,3 +26,4 @@ ${PYSITELIB}/OpenSSL/tsafe.pyo
|
|||
${PYSITELIB}/OpenSSL/version.py
|
||||
${PYSITELIB}/OpenSSL/version.pyc
|
||||
${PYSITELIB}/OpenSSL/version.pyo
|
||||
${PYSITELIB}/pyOpenSSL-0.10-py2.6.egg-info
|
||||
|
|
Loading…
Reference in a new issue