dpt-rp1-py: Add setuptools to propagatedBuildInputs

This commit is contained in:
Zhaofeng Li 2021-03-28 15:31:09 -07:00
parent c4d8c91566
commit a866a76d42

View file

@ -19,11 +19,14 @@ python3Packages.buildPythonApplication rec {
pbkdf2
pyyaml
requests
setuptools
tqdm
urllib3
zeroconf
];
pythonImportsCheck = [ "dptrp1" ];
meta = with lib; {
homepage = "https://github.com/janten/dpt-rp1-py";
description = "Python script to manage Sony DPT-RP1 without Digital Paper App";