summaryrefslogtreecommitdiff
path: root/libre/hplip/python.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-04-28 13:39:11 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-04-28 13:39:11 -0500
commite87b7182e6a75371fa82fec13b16973442e86373 (patch)
treea4c996ee1332ad0e4fa7c8e4c94971e97d2915ae /libre/hplip/python.patch
parentbe20258d51156841674dc48ff3903de6aa6d2d94 (diff)
downloadabslibre-e87b7182e6a75371fa82fec13b16973442e86373.tar.gz
abslibre-e87b7182e6a75371fa82fec13b16973442e86373.tar.bz2
abslibre-e87b7182e6a75371fa82fec13b16973442e86373.zip
hplip-1:3.19.3-1.par1: updating version
Diffstat (limited to 'libre/hplip/python.patch')
-rw-r--r--libre/hplip/python.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/hplip/python.patch b/libre/hplip/python.patch
deleted file mode 100644
index b75d1f598..000000000
--- a/libre/hplip/python.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- hplip-3.18.7/base/utils.py 2018-07-15 22:08:37.000000000 +0200
-+++ hplip-3.18.7/base/utils.py.new 2018-08-08 21:46:48.721947940 +0200
-@@ -265,7 +265,7 @@
- try:
- names = os.listdir(root)
- except os.error:
-- raise StopIteration
-+ return
-
- pattern = pattern or '*'
- pat_list = pattern.split(';')