guake: remove gbr, setuptools deps
This commit is contained in:
parent
d34cf47881
commit
1441c7930e
1 changed files with 0 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue