summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo958622023-08-06 21:24:35 +0600
committerigo958622023-08-06 21:24:35 +0600
commitc6fbfff387a8ed35f4d9cc5bb6071a0c45d9b0ab (patch)
tree5aab223c4b8341e0eb2be679342f6526b517f665
parent3e03df4fb2aa3dc175ba51316ac019826de820ce (diff)
downloadaur-c6fbfff387a8ed35f4d9cc5bb6071a0c45d9b0ab.tar.gz
Remove `python-tomli` as dependency
Python 3.11 has the `tomllib` module in standard library.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22533e8d9005..430b7b2d5cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = bubblejail-git
depends = python
depends = python-pyxdg
depends = bubblewrap
- depends = python-tomli
depends = python-tomli-w
depends = xdg-dbus-proxy
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 9353dd3f7f9b..035d18582376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ depends=(
'python'
'python-pyxdg'
'bubblewrap'
- 'python-tomli'
'python-tomli-w'
'xdg-dbus-proxy'
'hicolor-icon-theme'