10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-oxyPn3aFPOyx/2aP7Eg2ThtPbyzrFT1JzWqy6GqNbzM=";
22 build-system = [ setuptools ];
29 pythonImportsCheck = [ "resolvelib" ];
32 description = "Resolve abstract dependencies into concrete ones";
33 homepage = "https://github.com/sarugaku/resolvelib";
34 changelog = "https://github.com/sarugaku/resolvelib/blob/${src.rev}/CHANGELOG.rst";
35 license = licenses.isc;