diff options
author | David Runge <dave@sleepmap.de> | 2023-06-26 21:33:48 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-06-26 21:33:48 +0200 |
commit | cd7694b9a730b24396361114505ed624f9811447 (patch) | |
tree | 1a07a6b850baecae83aeeb781fbfa6494009b9e3 | |
parent | 7201b2e7bcea8103c44435bdffe1aa0ddbf7c69a (diff) | |
download | dotfiles-cd7694b9a730b24396361114505ed624f9811447.tar.gz dotfiles-cd7694b9a730b24396361114505ed624f9811447.tar.bz2 dotfiles-cd7694b9a730b24396361114505ed624f9811447.tar.xz dotfiles-cd7694b9a730b24396361114505ed624f9811447.zip |
pkgs: Remove python-wsgi-intercept
-rw-r--r-- | .config/nvchecker/extra.toml | 4 | ||||
-rw-r--r-- | .config/packages/community.txt | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index ceaf834..461a9a9 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -2785,10 +2785,6 @@ pypi = "vobject" source = "pypi" pypi = "whichcraft" -[python-wsgi-intercept] -source = "pypi" -pypi = "wsgi-intercept" - [python-xapian] source = "git" git = "https://github.com/xapian/xapian" diff --git a/.config/packages/community.txt b/.config/packages/community.txt index 7cd8641..32b6ab0 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -517,7 +517,6 @@ python-utils python-vmprof python-vobject python-whichcraft -python-wsgi-intercept python-xapian python-xapian-haystack python-xkbcommon |