mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
1b75d1f2d2
commit
88bd55a86f
2 changed files with 14 additions and 1 deletions
13
srcpkgs/bleachbit/patches/python-3.12.diff
Normal file
13
srcpkgs/bleachbit/patches/python-3.12.diff
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/bleachbit/__init__.py b/bleachbit/__init__.py
|
||||
index 3cf173bd..e9c9a27a 100644
|
||||
--- a/bleachbit/__init__.py
|
||||
+++ b/bleachbit/__init__.py
|
||||
@@ -30,7 +30,7 @@ import sys
|
||||
import platform
|
||||
|
||||
from bleachbit import Log
|
||||
-from configparser import RawConfigParser, NoOptionError, SafeConfigParser
|
||||
+from configparser import RawConfigParser, NoOptionError
|
||||
|
||||
APP_VERSION = "4.4.2"
|
||||
APP_NAME = "BleachBit"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bleachbit'
|
||||
pkgname=bleachbit
|
||||
version=4.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="python3 gettext desktop-file-utils"
|
||||
depends="gtk+3 python3-gobject python3-scandir python3-chardet"
|
||||
|
|
Loading…
Add table
Reference in a new issue