3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #179366 from amesgen/sigal-fix

sigal: add `setuptools` to deps
This commit is contained in:
Winter 2022-07-17 03:16:29 -04:00 committed by GitHub
commit 65372689a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ python3.pkgs.buildPythonApplication rec {
feedgenerator
zopfli
cryptography
setuptools # needs pkg_resources
];
checkInputs = [