pkgsrc-WIP-changes archive

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

gr-osmosdr: drop inclusion of python/extension.mk for now



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Aug 23 17:34:03 2020 +0200
Changeset:	689b5675a518234e5ba59ebd8e3efd6510f6c40d

Modified Files:
	gr-osmosdr/Makefile

Log Message:
gr-osmosdr: drop inclusion of python/extension.mk for now

there are PLIST problems (related to PEP3147?) after switching
from python 2.7 to 3.7 and I'm not sure how to fix it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=689b5675a518234e5ba59ebd8e3efd6510f6c40d

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

diffstat:
 gr-osmosdr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gr-osmosdr/Makefile b/gr-osmosdr/Makefile
index 3036ab3639..f72470ad0f 100644
--- a/gr-osmosdr/Makefile
+++ b/gr-osmosdr/Makefile
@@ -38,7 +38,7 @@ REPLACE_PYTHON+=		apps/osmocom_siggen_base.py
 
 .include	"../../ham/uhd/buildlink3.mk"
 .include	"../../lang/python/application.mk"
-.include	"../../lang/python/extension.mk"
+#.include	"../../lang/python/extension.mk"
 
 .include	"../../ham/rtl-sdr/buildlink3.mk"
 .include	"../../ham/libmirisdr/buildlink3.mk"


Home | Main Index | Thread Index | Old Index