pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/python310



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 11 10:13:18 UTC 2021

Modified Files:
        pkgsrc/lang/python310: Makefile

Log Message:
python310: remove reference to non-existent file


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python310/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.3 pkgsrc/lang/python310/Makefile:1.4
--- pkgsrc/lang/python310/Makefile:1.3  Fri Dec 10 23:08:03 2021
+++ pkgsrc/lang/python310/Makefile      Sat Dec 11 10:13:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/10 23:08:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/11 10:13:18 wiz Exp $
 
 PKGREVISION= 2
 .include "dist.mk"
@@ -113,7 +113,6 @@ REPLACE_FILES.python+=      Lib/pydoc.py
 REPLACE_FILES.python+= Lib/quopri.py
 REPLACE_FILES.python+= Lib/smtpd.py
 REPLACE_FILES.python+= Lib/smtplib.py
-REPLACE_FILES.python+= Lib/symbol.py
 REPLACE_FILES.python+= Lib/tabnanny.py
 REPLACE_FILES.python+= Lib/tarfile.py
 REPLACE_FILES.python+= Lib/test/bisect_cmd.py



Home | Main Index | Thread Index | Old Index