Skip to content

Commit a379914

Browse files
committed
remove pyxdg dependency
1 parent 53a3c56 commit a379914

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

contrib/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url="https://github.com/pvsr/qbpm"
88
license=('GPL')
99
sha512sums=('SKIP')
1010
arch=('any')
11-
depends=('python' 'python-pyxdg' 'python-click' 'python-xdg-base-dirs')
11+
depends=('python' 'python-click' 'python-xdg-base-dirs')
1212
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'scdoc')
1313
provides=('qbpm')
1414
source=("git+https://github.com/pvsr/qbpm")

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Typing :: Typed",
1919
]
2020
requires-python = ">= 3.9"
21-
dependencies = ["pyxdg", "click", "xdg-base-dirs"]
21+
dependencies = ["click", "xdg-base-dirs"]
2222

2323
[project.urls]
2424
repository = "https://github.com/pvsr/qbpm"
@@ -41,10 +41,6 @@ check_untyped_defs = true
4141
warn_return_any = true
4242
warn_unused_ignores = true
4343

44-
[[tool.mypy.overrides]]
45-
module = "xdg.*"
46-
ignore_missing_imports = true
47-
4844
[[tool.mypy.overrides]]
4945
module = "tests.*"
5046
disallow_untyped_defs = false

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)