python3Packages.zulip-emoji-mapping: remove python3Packages usage (#343407)

This commit is contained in:
OTABI Tomoya 2024-09-21 13:12:18 +09:00 committed by GitHub
commit fdbd25924e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,11 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
python3Packages,
setuptools,
}:
python3Packages.buildPythonPackage rec {
buildPythonPackage rec {
pname = "zulip-emoji-mapping";
version = "1.0.1";
pyproject = true;
@ -16,7 +17,7 @@ python3Packages.buildPythonPackage rec {
hash = "sha256-logm5uAnLAcFqI7mUxKEO9ZmHqRkd6CFiCW4B5tqZzg=";
};
build-system = with python3Packages; [
build-system = [
setuptools
];