python312Packages.casbin: refactor

This commit is contained in:
Fabian Affolter 2024-05-23 10:23:05 +02:00
parent 3305b2b25e
commit e7a0547b1c

View File

@ -23,9 +23,9 @@ buildPythonPackage rec {
hash = "sha256-MeTOxDrk6pvJ1L9ZOKzWhXK8WXo0jWXGKEKR7y0ejbQ=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
simpleeval
wcmatch
];