Merge pull request #282193 from r-ryantm/auto-update/setools

setools: 4.4.1 -> 4.4.4
This commit is contained in:
Weijia Wang 2024-01-28 07:53:38 +01:00 committed by GitHub
commit bbe271c236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,18 +8,18 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "setools";
version = "4.4.1";
version = "4.4.4";
src = fetchFromGitHub {
owner = "SELinuxProject";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-4T5FIdnKi35JSm+IoYA2gIBBRV0nN0YLEw9xvDqNcgo=";
hash = "sha256-QCJfFdY4THBurx7G8q/WAzb7b9CwtNNGi5fn9D++BMU=";
};
nativeBuildInputs = [ cython ];
buildInputs = [ libsepol ];
propagatedBuildInputs = [ enum34 libselinux networkx ]
propagatedBuildInputs = [ enum34 libselinux networkx setuptools ]
++ optionals withGraphics [ pyqt5 ];
nativeCheckInputs = [ tox checkpolicy ];