File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ url="https://github.com/pvsr/qbpm"
8
8
license=(' GPL' )
9
9
sha512sums=(' SKIP' )
10
10
arch=(' any' )
11
- depends=(' python' ' python-pyxdg ' ' python- click' ' python-xdg-base-dirs' )
11
+ depends=(' python' ' python-click' ' python-xdg-base-dirs' )
12
12
makedepends=(' git' ' python-build' ' python-installer' ' python-wheel' ' python-setuptools' ' scdoc' )
13
13
provides=(' qbpm' )
14
14
source=(" git+https://github.com/pvsr/qbpm" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers = [
18
18
" Typing :: Typed" ,
19
19
]
20
20
requires-python = " >= 3.9"
21
- dependencies = [" pyxdg " , " click" , " xdg-base-dirs" ]
21
+ dependencies = [" click" , " xdg-base-dirs" ]
22
22
23
23
[project .urls ]
24
24
repository = " https://github.com/pvsr/qbpm"
@@ -41,10 +41,6 @@ check_untyped_defs = true
41
41
warn_return_any = true
42
42
warn_unused_ignores = true
43
43
44
- [[tool .mypy .overrides ]]
45
- module = " xdg.*"
46
- ignore_missing_imports = true
47
-
48
44
[[tool .mypy .overrides ]]
49
45
module = " tests.*"
50
46
disallow_untyped_defs = false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments