python311Packagas.mutagen: provide setuptools for build-system

This commit is contained in:
Martin Weinelt 2023-12-09 17:21:40 +01:00
parent f122f6887a
commit bcb4ef67a8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -3,6 +3,9 @@
, pythonOlder
, fetchPypi
# build-system
, setuptools
# docs
, python
, sphinx
@ -31,6 +34,7 @@ buildPythonPackage rec {
];
nativeBuildInputs = [
setuptools
sphinx
sphinx-rtd-theme
];