python310Packages.python-magic: normalise attr

This commit is contained in:
Sandro Jäckel
2022-05-07 01:18:35 +02:00
parent 3091ea820f
commit 115475ff5b
23 changed files with 35 additions and 34 deletions
@@ -5,7 +5,7 @@
, isPy3k
, decorator
, http-parser
, python_magic
, python-magic
, urllib3
, pytestCheckHook
, pytest-mock
@@ -30,7 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
decorator
http-parser
python_magic
python-magic
urllib3
];