8 with python3Packages; buildPythonApplication rec {
12 # Must be built from python sdist because of versioning quirks
14 inherit pname version;
15 sha256 = "2510e3aae4874674187f88f22f854e6b0ea1881b77039808a68ac1a5e8ee69b6";
18 propagatedBuildInputs = [
22 setuptools # required for finding pkg_resources at runtime
34 # Required programs to run all tests
39 # remove b/c doesn't list all dependencies, and requires a few packages not in nixpkgs
41 rm test-requirements.txt
45 "test_build_cache_db" # expects to be run from a git repository
54 description = "Release Notes Manager";
56 homepage = "https://docs.openstack.org/reno/latest";
57 license = licenses.asl20;
58 maintainers = with maintainers; [ drewrisinger guillaumekoenig ];