guake: remove gbr, setuptools deps

This commit is contained in:
Yorick van Pelt 2022-10-11 12:39:17 +02:00
parent d34cf47881
commit 1441c7930e
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15

View file

@ -51,15 +51,12 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
dbus-python
pbr
pycairo
pygobject3
setuptools
setuptools-scm
pyyaml
];
PBR_VERSION = version; # pbr needs either .git directory, sdist, or env var
SETUPTOOLS_SCM_PRETEND_VERSION = version;
makeFlags = [