wapiti: update propagatedBuildInputs

This commit is contained in:
Robert Schütz
2022-05-09 00:12:37 -07:00
committed by Robert Schütz
parent 1724a34a0d
commit a664572fa6
+2 -6
View File
@@ -29,20 +29,18 @@ python3.pkgs.buildPythonApplication rec {
dnspython
httpcore
httpx
httpx-ntlm
httpx-socks
humanize
loguru
Mako
markupsafe
pysocks
six
sqlalchemy
tld
yaswfp
] ++ lib.optionals (python3.pythonOlder "3.8") [
importlib-metadata
];
] ++ httpx.extras-require.brotli
++ httpx.extras-require.socks;
checkInputs = with python3.pkgs; [
respx
@@ -52,8 +50,6 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
# Ignore pinned versions
substituteInPlace setup.py \
--replace "httpx-socks[asyncio] == 0.6.0" "httpx-socks[asyncio]"
sed -i -e "s/==[0-9.]*//;s/>=[0-9.]*//" setup.py
substituteInPlace setup.cfg \
--replace " --cov --cov-report=xml" ""