We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ed601 commit 6761e42Copy full SHA for 6761e42
2 files changed
Makefile.am
@@ -63,7 +63,7 @@ all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py
63
64
# Use distutils to install the module.
65
install-exec-local: .stamp-distutils-in-builddir
66
- $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --root $(DESTDIR) --prefix=$(prefix)
67
68
# Uninstall the module, crossing our fingers that we know enough
69
# about how distutils works to do this. Unfortunately, distutils
NEWS
@@ -2,6 +2,8 @@
2
--------------
3
- Fix `debugprint()` call in options.py (Issue #291)
4
- Fix exit value if the device is already handled
5
+- Fix building with Python 3.12 (Issue #357, #355)
6
+- Many translation updates
7
8
1.5.18 changes
9
0 commit comments