We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55a4b1 commit 342562aCopy full SHA for 342562a
debian/rules
@@ -34,6 +34,7 @@ override_dh_auto_install:
34
cd src/runtime/python && python setup.py install --prefix=$(CURDIR)/debian/gf/usr
35
# cd src/runtime/java && make INSTALL_PATH=$(CURDIR)/debian/gf/usr install
36
# D="`find debian/gf -name dist-packages`" && [ -n "$$D" ] && cd $$D && cd .. && mv dist-packages dist-packages
37
+ rm debian/gf/usr/local/lib/python3.12/dist-packages/easy-install.pth
38
39
override_dh_auto_clean:
40
rm -fr dist/build
0 commit comments