From 8c53d4455b768ba41b33da5f0fd9113cde937f1e Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Wed, 28 Apr 2021 16:48:36 -0400 Subject: [PATCH] hplip: build with python 3.8 on etiona --- helpers/make-hplip | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpers/make-hplip b/helpers/make-hplip index ff8c8cea..49f24ecb 100644 --- a/helpers/make-hplip +++ b/helpers/make-hplip @@ -34,8 +34,6 @@ sed '/debhelper-compat/s/13/12/' -i debian/control # This is somehow missing from the source tarball, fetched from Debian git cp $DATA/Common.h . -rm debian/patches/*-Fix-building-with-Python-3.8.patch -sed -i '/Fix-building-with-Python-3.8/d' debian/patches/series rm debian/patches/*-Install-check-plugin.py-as-a-script.patch sed -i '/Install-check-plugin.py-as-a-script.patch/d' debian/patches/series sed '/plugin/d' -i debian/hplip-gui.manpages debian/hplip.manpages debian/hplip-gui.install debian/hplip.install -- GitLab