Merge pull request #69366 from erosennin/gajim-setuptools
gajim: add missing setuptools dependency
This commit is contained in:
commit
aad0efd524
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
nbxmpp pyasn1 pygobject3 dbus-python pillow cssutils precis-i18n keyring
|
nbxmpp pyasn1 pygobject3 dbus-python pillow cssutils precis-i18n keyring setuptools
|
||||||
] ++ lib.optionals enableE2E [ pycrypto python-gnupg ]
|
] ++ lib.optionals enableE2E [ pycrypto python-gnupg ]
|
||||||
++ lib.optional enableRST docutils
|
++ lib.optional enableRST docutils
|
||||||
++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ]
|
++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ]
|
||||||
|
|
Loading…
Reference in a new issue