make-rules: implement Python Dependency Groups (PEP 735) using pyproject_installer
[oi-userland.git] / components / sysutils / net-snmp / patches / 023.6438650.python.patch
blobd4d879f8ac4fad9e06623f97e16f2fe475d777cd
1 --- net-snmp-5.9.4/Makefile.in.orig
2 +++ net-snmp-5.9.4/Makefile.in
3 @@ -234,7 +234,7 @@
4 fi
6 pythoninstall:
7 - @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir --root=$(DESTDIR) --prefix=$(prefix)) ; \
8 + @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir --root $(DESTDIR) --prefix=$(prefix) --install-lib=$(PYTHON_VENDOR_PACKAGES)) ; \
9 if test $$? != 0 ; then \
10 exit 1 ; \