diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-22 15:25:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-22 15:25:59 +0000 |
commit | 711312fea04c63c7b40d9e69dcb505faf6c87422 (patch) | |
tree | 62ad31f32f12e57d28a5d41494eda4637039a22d /devel | |
parent | 6687ad282a08292ebcd698b0a896ce28044c10a6 (diff) | |
download | pkgsrc-711312fea04c63c7b40d9e69dcb505faf6c87422.tar.gz |
py-mercurial: fix PLIST for python 2.7
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mercurial/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-mercurial/PLIST b/devel/py-mercurial/PLIST index 2e88521c957..4383816a55e 100644 --- a/devel/py-mercurial/PLIST +++ b/devel/py-mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2022/01/16 23:51:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.40 2022/01/22 15:25:59 wiz Exp $ bin/hg ${PYSITELIB}/hgdemandimport/__init__.py ${PYSITELIB}/hgdemandimport/__init__.pyc @@ -463,6 +463,7 @@ ${PYSITELIB}/hgext/zeroconf/__init__.pyo ${PYSITELIB}/hgext3rd/__init__.py ${PYSITELIB}/hgext3rd/__init__.pyc ${PYSITELIB}/hgext3rd/__init__.pyo +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR} ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt |