python311Packages.jira: drop filemagic reference
It was dropped and converted into a throw in 2022/11.
This commit is contained in:
parent
ef1898454c
commit
05d3347e7b
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, defusedxml
|
||||
, filemagic
|
||||
, flaky
|
||||
, ipython
|
||||
, keyring
|
||||
|
@ -54,7 +53,7 @@ buildPythonPackage rec {
|
|||
keyring
|
||||
];
|
||||
opt = [
|
||||
filemagic
|
||||
# filemagic
|
||||
pyjwt
|
||||
# requests-jwt
|
||||
# requests-keyberos
|
||||
|
|
Loading…
Reference in a new issue