8 buildPythonPackage rec {
9 pname = "python-debian";
11 format = "setuptools";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 hash = "sha256-jPZ3ow28tL56mVNsF+ETCKgnpNIgKNxZpn9sbdPw9Yw=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "Debian package related modules";
33 homepage = "https://salsa.debian.org/python-debian-team/python-debian";
34 changelog = "https://salsa.debian.org/python-debian-team/python-debian/-/blob/master/debian/changelog";
35 license = licenses.gpl2Plus;
36 maintainers = with maintainers; [ nickcao ];